AuthBiometricCredential

data class AuthBiometricCredential(val value: String?)

Data class representing the biometric credential response.

Each mobile device can be associated with a unique biometric credential, meaning that when a user enables biometrics on multiple devices, each device registers its own distinct credential. As a result, a wallet user account can have multiple BIOMETRIC credentials simultaneously, with each one tied to a specific device.

Constructors

Link copied to clipboard
constructor(value: String?)

Properties

Link copied to clipboard

The user credential linked to this authentication. This value is provided to the client in plain text during authentication credential creation and can be used for future authentication sessions. It is optional and will only be returned during the creation of the authentication credential, not when retrieving the BIOMETRIC credential details.