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