Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSWebAuthnAuthenticationError
/
ClientNotFound
Client
Not
Found
data
class
ClientNotFound
(
val
message
:
String
)
:
TSWebAuthnAuthenticationError
This error indicates that the set client id was not found in Transmit backend
Members
Constructors
Client
Not
Found
Link copied to clipboard
constructor
(
message
:
String
)
Properties
e
M
Link copied to clipboard
val
eM
:
String
message
Link copied to clipboard
val
message
:
String
tw
Link copied to clipboard
val
tw
:
Throwable
?