Passkey

@Serializable
data class Passkey(val publicKeyCredential: String, val strategy: String = PASSKEY) : SignIn.AttemptFirstFactorParams

Parameters for passkey verification strategy.

See also

for generating the credential.

Constructors

Link copied to clipboard
constructor(publicKeyCredential: String, strategy: String = PASSKEY)

Properties

Link copied to clipboard
@SerialName(value = "public_key_credential")
val publicKeyCredential: String

The passkey credential for authentication.

Link copied to clipboard
open override val strategy: String

The strategy value depends on the object's identifier value. Each authentication identifier supports different verification strategies.