BiometricTokenRequest

data class BiometricTokenRequest(val username: String, val biometricData: String, val scope: String?)

Data class representing the login with biometric data request.

Constructors

Link copied to clipboard
constructor(username: String, biometricData: String)
constructor(username: String, biometricData: String, scope: String?)

Properties

Link copied to clipboard

The biometric data that is associated with the user's account.

Link copied to clipboard

The scope of the requested access token.

Link copied to clipboard

The username that is associated with the user's account.