Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSWebAuthnApprovalError
/
UserCancelled
User
Cancelled
data
class
UserCancelled
(
val
errorMessage
:
String
,
val
exception
:
Throwable
)
:
TSWebAuthnApprovalError
Passkeys error - user cancelled
Members
Constructors
User
Cancelled
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
?