Package-level declarations

Types

Link copied to clipboard
sealed class AuthenticationData
sealed class AuthenticationData
sealed class AuthenticationData

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

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