BiometricRegistration

data class BiometricRegistration(val id: String) : UserAuthenticationFactor

Represents a biometric registration associated with a Stytch User

Constructors

Link copied to clipboard
fun BiometricRegistration(id: String)

Properties

Link copied to clipboard
open override val id: String