← Back to Kairo Docs|API Reference (Dokka)

get

fun <T> StytchResult<T>.get(): T

Unwraps a StytchResult, returning the value for Success or throwing for Error.