Stytch Kotlin
0.10.0
Stytch Kotlin
/
com.stytch.sdk.common
/
StytchResult
/
Success
Success
data
class
Success
<
out
T
>
(
val
value
:
T
)
:
StytchResult
<
T
>
Content copied to clipboard
Data class that can hold a successful response from a Stytch endpoint
Constructors
Properties
Constructors
Success
Link copied to clipboard
fun
<
out
T
>
Success
(
value
:
T
)
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
T
Content copied to clipboard
is the value of the response