Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSWebAuthnAuthenticationError
/
InterruptedError
Interrupted
Error
data
class
InterruptedError
(
val
s
:
String
,
val
t
:
Throwable
)
:
TSWebAuthnAuthenticationError
Passkey error - an interruption occurred during the authentication process.
Members
Constructors
Interrupted
Error
Link copied to clipboard
constructor
(
s
:
String
,
t
:
Throwable
)
Properties
e
M
Link copied to clipboard
val
eM
:
String
s
Link copied to clipboard
val
s
:
String
t
Link copied to clipboard
val
t
:
Throwable
tw
Link copied to clipboard
val
tw
:
Throwable
?