Package-level declarations
Types
Link copied to clipboard
Different types of authentication data.
Link copied to clipboard
data class AuthenticationError(val accountMeta: AccountMeta, val type: AuthenticationType, val data: ErrorData)
data class AuthenticationError(val accountMeta: AccountMeta, val type: AuthenticationType, val data: ErrorData)
data class AuthenticationError(val accountMeta: AccountMeta, val type: AuthenticationType, val data: ErrorData)
Authentication error that occurred during the authentication process.
Link copied to clipboard
Different types of authentication methods.
Link copied to clipboard
Interface definition for a callback to be invoked when an authentication error occurs.