register

When a valid/active session exists, this method will add a biometric registration for the current user. The user will later be able to start a new session with biometrics or use biometrics as an additional authentication factor.

Return

BiometricsAuthResponse

Parameters

parameters

required to register a biometrics key


abstract fun register(parameters: Biometrics.RegisterParameters, callback: (BiometricsAuthResponse) -> Unit)

When a valid/active session exists, this method will add a biometric registration for the current user. The user will later be able to start a new session with biometrics or use biometrics as an additional authentication factor.

Parameters

parameters

required to register a biometrics key

callback

a callback that receives a BiometricsAuthResponse