Package-level declarations
Types
Link copied to clipboard
Represents a state in the Direct Authentication flow where further action is required to proceed.
Link copied to clipboard
Represents the various error states of direct authentication.
Link copied to clipboard
Represents the intent of the direct authentication flow.
Link copied to clipboard
Represents the current state of a Direct Authentication flow.
Link copied to clipboard
Represents the channel for an Out-of-Band (OOB) authentication challenge.
Link copied to clipboard
Represents an authentication factor used in a Direct Authentication flow.
Link copied to clipboard
Represents an authentication factor that can be used as a secondary factor in an MFA flow. This excludes primary-only factors like passwords.
Link copied to clipboard
data class WebAuthnAssertionResponse(val clientDataJSON: String, val authenticatorData: String, val signature: String, val userHandle: String? = null)
Represents the response from a WebAuthn assertion ceremony.