Package-level declarations

Types

Link copied to clipboard
interface StytchConsumer : StytchClient

The main entry point for the Stytch Consumer SDK.

Functions

Link copied to clipboard
fun createStytchConsumer(configuration: StytchClientConfiguration): StytchConsumer

Creates and returns a StytchConsumer instance configured with the provided StytchClientConfiguration. Repeated calls with the same process return the same singleton instance.

Link copied to clipboard

Retrieves a previously configured StytchConsumer instance, in essence providing a singleton for custom use-cases Repeated calls with the same process return the same singleton instance.