Stytch Kotlin
0.8.0
Stytch Kotlin
/
com.stytch.sdk
/
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
Parameters
Parameters
value
is the value of the response
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