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
| Property | Type | Description |
|---|---|---|
authenticatorData | String | - |
challengeIndex | Int | - |
clientDataJSON | String | - |
typeIndex | Int | - |
userVerificationRequired | Boolean | - |

