Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSSignError
/
SignFailed
Sign
Failed
data
class
SignFailed
(
val
message
:
String
,
val
t
:
Throwable
?
)
:
TSSignError
Signing failed. Check
throwable
for the underlying cause.
Members
Constructors
Sign
Failed
Link copied to clipboard
constructor
(
message
:
String
,
t
:
Throwable
?
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
message
Link copied to clipboard
val
message
:
String
t
Link copied to clipboard
val
t
:
Throwable
?
throwable
Link copied to clipboard
val
throwable
:
Throwable
?