IApiAccessTokenService - интерфейс
Service for managing API access tokens.
Пространство имён: Tessa.Tokens.ApiСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public interface IApiAccessTokenService
Public Interface IApiAccessTokenService
public interface class IApiAccessTokenService
type IApiAccessTokenService = interface end
| GetAsync |
Retrieves an existing API access token.
|
| NewAsync |
Creates and returns a new API access token.
|
| RevokeAsync |
Revokes an existing API access token.
|
| ViewAsync |
Retrieves and returns a collection of existing API access tokens.
|