Authentication
Authentication
/
com.transmit.authentication
/
Result
Result
open
class
Result
<
T
>
Content copied to clipboard
A generic class that holds a result success w/ data or an error exception.
Types
Functions
Inheritors
Types
Error
Link copied to clipboard
class
Error
:
Result
<
T
>
Content copied to clipboard
Success
Link copied to clipboard
class
Success
<
T
>
:
Result
<
T
>
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Inheritors
Success
Link copied to clipboard
Error
Link copied to clipboard