Package-level declarations

Types

Link copied to clipboard
sealed class AuthenticationData

Different types of authentication data.

Link copied to clipboard
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
sealed class ErrorData

Different types of error data that can occur during the authentication process.

Link copied to clipboard

Authentication error codes that can occur during the JWT authentication process.

Link copied to clipboard
fun interface OnAuthenticationError

Interface definition for a callback to be invoked when an authentication error occurs.