Package-level declarations

Types

Link copied to clipboard
sealed class B2BAuthenticationState : AuthenticationState

Represents the current authentication state of a B2B member.

Link copied to clipboard

The type of token present in a Stytch B2B deeplink URL.

Link copied to clipboard

The result of processing a Stytch B2B deeplink via com.stytch.sdk.b2b.StytchB2B.authenticate.

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

A token parsed from a Stytch B2B deeplink URL.