PasskeySettings

@Serializable
data class PasskeySettings(val allowAutofill: Boolean, val showSignInButton: Boolean)

Configuration for passkey authentication features.

This class defines the behavior and display options for passkey authentication, including autofill capabilities and UI elements.

Constructors

Link copied to clipboard
constructor(allowAutofill: Boolean, showSignInButton: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "allow_autofill")
val allowAutofill: Boolean

Whether passkey autofill is allowed

Link copied to clipboard
@SerialName(value = "show_sign_in_button")
val showSignInButton: Boolean

Whether to show a dedicated passkey sign-in button