IApiAccessTokenService - интерфейс
Service for managing API access tokens.
Пространство имён: Tessa.Tokens.ApiСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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.
|