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