Success

data class Success<out T>(val value: T) : StytchResult<T>

Data class that can hold a successful response from a Stytch endpoint

Parameters

value

is the value of the response

Constructors

Link copied to clipboard
fun <out T> Success(value: T)

Properties

Link copied to clipboard
val value: T