Package-level declarations
Types
Thrown when fetching a Credential with Biometric security using a synchronous Credential function. Biometric Credentials should only be fetched using Async functions in Credential.
Convenience object that wraps a Token, providing methods and properties for interacting with credential resources.
Legacy interface used to customize the way tokens are stored, updated, and removed throughout the lifecycle of an application. See TokenStorage for the current version.
The exception in OAuth2ClientResult.Error when a call to Credential.revokeAllTokens fails.
The possible token types that can be revoked.
Interface for defining how Tokens are encrypted before storing in RoomTokenStorage, the default implementation of TokenStorage.
Interface used to customize the way tokens are stored, updated, and removed throughout the lifecycle of an application.