| AccessTokenInfo | An object containing information about access token. |
| Base58AccessTokenGenerator | Generates a unique access token and returns it in Base58Encoding. The token length is 16 bytes. |
| ExpiredTokenPeriodicWorker | A worker that periodically removes expired tokens from the database. |
| PlatformResourceTypes | Platform defined resource types. |
| PlatformTokenScopes | Platform defined and known access scopes. |
| TokenActionHistoryStrategy |
Strategy for managing action history for tokens.
|
| TokenAlreadyExistsException | Exception that is thrown when a token cannot be saved, because such a token already exists. |
| TokenExtensions | Extension methods for working with token. |
| TokenHelper | Provides utility methods for handling tokens. |
| TokenInfo | An object containing information about token. |
| TokenInfoBuilder | A builder class to facilitate the creation of ITokenInfo objects. It allows for the step-by-step configuration of token properties. |
| TokenInfoBuilderFactory | Factory class to create instances of TokenInfoBuilder with predefined configurations. |
| TokenNotFoundException | Exception that is thrown when a token not found with specified parameters. |
| TokenOptions | Additional information by the token. |
| TokenRepository | Repository for working with tokens. |
| TokenRepositoryCached | Repository for working with tokens using cache. |
| TokenRequest | Basic request for token. |
| TokenResponse | Basic response for token request. |
| TokenRevokingStrategy | Strategy for an access tokens revocation. |
| TokenScope | The token scope. |
| TokenSignatureProvider | An object that provides cryptographic means for signing and verifying signatures for an access token. |
| TokensWebProxy | A proxy for interacting with token APIs, including retrieving access token and managing token revocation. |
| TokenUnityExtensions | Extension methods for IUnityContainer to handle token-related services. |
| UnityAccessTokenProviderResolver | Used to resolve a token provider by token type. |
| TokenFilter | Represents a filter used to query tokens based on various properties. |
| IAccessTokenGenerator | Access token generator. |
| IAccessTokenProvider | Access token provider. |
| IAccessTokenProviderResolver | Used to resolve a token provider by token type. |
| ITokenActionHistoryStrategy | Strategy for managing action history for tokens. |
| ITokenInfo | An object containing information about token. |
| ITokenRepository | Repository for working with tokens. |
| ITokenRepositoryCached | Repository for working with tokens using cache. |
| ITokenRevokingStrategy | Strategy for an access tokens revocation. |
| ITokenSignatureProvider | An object that provides cryptographic means for signing and verifying signatures for an access token. |
| TokenFormat | Token storage format. |
| TokenType | Type of token to access the resource. |