Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSWebAuthnApprovalError
/
GeneralPasskeyError
General
Passkey
Error
data
class
GeneralPasskeyError
(
val
errorMessage
:
String
,
val
exception
:
Throwable
)
:
TSWebAuthnApprovalError
General Passkeys error occurred
Members
Constructors
General
Passkey
Error
Link copied to clipboard
constructor
(
errorMessage
:
String
,
exception
:
Throwable
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
exception
Link copied to clipboard
val
exception
:
Throwable
message
Link copied to clipboard
val
message
:
String
throwable
Link copied to clipboard
val
throwable
:
Throwable
?