Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Data Class
data class Passkey(val authenticatorData: String, val clientDataJSON: String, val challengeIndex: Int = 23, val typeIndex: Int = 1, val userVerificationRequired: Boolean = true) : ApprovalMetadata
Constructors
constructor(authenticatorData: String, clientDataJSON: String, challengeIndex: Int = 23, typeIndex: Int = 1, userVerificationRequired: Boolean = true)
Properties
authenticatorData
val authenticatorData: String
challengeIndex
val challengeIndex: Int = 23
clientDataJSON
val clientDataJSON: String
typeIndex
userVerificationRequired
val userVerificationRequired: Boolean = true