Package-level declarations

Types

Link copied to clipboard
sealed class ConsumerAuthenticationState : AuthenticationState

Represents the current authentication state of a consumer user.

Link copied to clipboard

The type of token present in a Stytch deeplink URL.

Link copied to clipboard

The result of processing a Stytch deeplink via com.stytch.sdk.consumer.StytchConsumer.authenticate.

Link copied to clipboard
class DeeplinkToken(val type: ConsumerTokenType, val token: String)

A token parsed from a Stytch deeplink URL.