← Back to Kairo Docs|API Reference (Dokka)

Package-level declarations

Types

Link copied to clipboard
class Stytch(stytchClient: StytchClient)

Wrapper around StytchClient that exposes API surfaces as lazy properties. Necessary because StytchClient uses JvmField, which breaks mocking in tests.

Functions

Link copied to clipboard
fun <T> StytchResult<T>.get(): T

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