PasskeyRegistrationResponse

@Serializable
data class PasskeyRegistrationResponse(val challengeId: String, val options: JsonObject, val expiresAt: Instant)(source)

Response for AuthPasskeyApi.startRegistration

Parameters

challengeId

The challenge id

options

The server options

expiresAt

When the registration expires at

Constructors

Link copied to clipboard
constructor(challengeId: String, options: JsonObject, expiresAt: Instant)

Properties

Link copied to clipboard
@SerialName(value = "challenge_id")
val challengeId: String
Link copied to clipboard
@SerialName(value = "expires_at")
val expiresAt: Instant
Link copied to clipboard
val options: JsonObject