Canceled

data class Canceled(val errorMsg: String) : TSBiometricsAuthError

Authentication was cancelled by the system (e.g. another window came to foreground).

Constructors

Link copied to clipboard
constructor(errorMsg: String)

Properties

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