Package-level declarations
This package contains resources shared between our B2B and Consumer SDKs, including helpful typealiases, utility functions, data models, and internal support code.
Types
Link copied to clipboard
Type alias for StytchResult
Link copied to clipboard
interface DeeplinkHandledStatus
A class representing the three states of a deeplink handled by StytchClient.handle() / StytchB2BClient.handle()
Link copied to clipboard
A class representing the types of Deeplink responses that the Stytch client has handled
Link copied to clipboard
Type alias for StytchResult
Link copied to clipboard
data class PKCECodePair(val codeChallenge: String, val codeVerifier: String, val method: String = "S256")
Link copied to clipboard
Provides a wrapper for responses from the Stytch API