Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
Result
Result
open
class
Result
<
T
>
A generic class that holds a result success w/ data or an error exception.
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
class
Error
:
Result
Success
Link copied to clipboard
class
Success
<
T
>
:
Result
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String