Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSWebAuthnRegistrationError
/
UserIdMismatch
User
Id
Mismatch
data
class
UserIdMismatch
(
val
message
:
String
)
:
TSWebAuthnRegistrationError
The user identifier in the request does not match the authenticated user
Members
Constructors
User
Id
Mismatch
Link copied to clipboard
constructor
(
message
:
String
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
message
Link copied to clipboard
val
message
:
String
throwable
Link copied to clipboard
val
throwable
:
Throwable
?