BiometricExternalError

Called when an error has been encountered in the login or setup biometric flow. This error is only thrown when the server rejects the biometric setup or login. Normally, happens when the user has some kind of restriction or error state on the server. The DsError contains the error details.

Constructors

Link copied to clipboard
constructor(dsError: DsError)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?