Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSWebAuthnAuthenticationError
/
UserCancelled
User
Cancelled
data
class
UserCancelled
(
val
message
:
String
,
val
t
:
Throwable
)
:
TSWebAuthnAuthenticationError
Passkeys error - user cancelled
Members
Constructors
User
Cancelled
Link copied to clipboard
constructor
(
message
:
String
,
t
:
Throwable
)
Properties
e
M
Link copied to clipboard
val
eM
:
String
message
Link copied to clipboard
val
message
:
String
t
Link copied to clipboard
val
t
:
Throwable
tw
Link copied to clipboard
val
tw
:
Throwable
?