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