create Biometric Credential
abstract suspend fun createBiometricCredential(scaDetails: ScaAuthenticationEventRequest? = null): AuthBiometricCredential
Generates a new authentication biometric credential. It can only be created if the selected authentication is permitted for use. The created credential serves as a unique secure identifier, allowing the user to authenticate with it.
Return
The created AuthBiometricCredential object.
Parameters
sca Details
An optional ScaAuthenticationEventRequest object with SCA confirmation information.