AuthenticateParameters

data class AuthenticateParameters(    val activity: Activity,     val domain: String,     val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters used with Passkeys authentication

Constructors

Link copied to clipboard
fun AuthenticateParameters(    activity: Activity,     domain: String,     sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard
val activity: Activity

an activity context for launching the native Passkeys UI

Link copied to clipboard
val domain: String

the domain of the Passkey registration. Do not include the protocol

Link copied to clipboard
val sessionDurationMinutes: UInt

indicates how long the session should last before it expires