Package com.stytch.sdk.common
This package contains resources shared between our B2B and Consumer SDKs, including helpful typealiases, utility functions, data models, and internal support code.
See: Description
-
Class Summary Class Description Handled Indicates that a deeplink was successfully parsed from the deeplink. NotHandled Indicates that a deeplink was not handled by the Stytch client, either because a token could not be parsed from it or it is not a known or supported authentication method. ManualHandlingRequired Indicates that this was a supported Stytch deeplink, but there is something more your application needs to do with the extracted token. Auth An authenticated user response Discovery A B2B discovery response DeeplinkResponse A class representing the types of Deeplink responses that the Stytch client has handled DeeplinkTokenPair A data class representing a concrete token type and corresponding token parsed from a deeplink EndpointOptions Defines custom endpoints used by the SDK PKCECodePair A data class representing the most recent PKCE code pair generated on this device. StytchClientOptions Options for configuring the StytchClient Available Success Data class that can hold a successful response from a Stytch endpoint Error Data class that can hold a StytchException StytchResult Provides a wrapper for responses from the Stytch API ConstantsKt -
Interface Summary Interface Description DeeplinkHandledStatus A class representing the three states of a deeplink handled by StytchClient.handle() / StytchB2BClient. StytchObjectInfo TokenType An interface representing the supported token types that we can extract from a deeplink -
Object Summary Object Description Unavailable