TimeOut

data class TimeOut(val errorMsg: String) : TSBiometricsAuthError

Authentication timed out. The biometric prompt was displayed too long without user interaction.

Constructors

Link copied to clipboard
constructor(errorMsg: String)

Properties

Link copied to clipboard
val eM: String?
Link copied to clipboard
Link copied to clipboard