Package-level declarations

Types

Link copied to clipboard
data class ChallengeInfo(val requestId: String, val publicKeyCredentialRequestOptions: ChallengeInfo.PublicKeyCredentialRequestOptions, val request: Any?)

Data class to hold the challenge info of the passkey authenticator

Link copied to clipboard
data class PasskeyChallenge(val challenge: String, val allowCredentials: List<String>, val timeout: Long, val userVerification: String, val rpId: String)

Data class to hold the passkey challenge data

Link copied to clipboard

Data class to hold the passkey credential authentication parameters