B2BTokenType

An enum representing the supported (B2B) token types that we can extract from a deeplink

Entries

Link copied to clipboard

A B2B Email Magic Link deeplink

Link copied to clipboard

A B2B Password reset deeplink

Link copied to clipboard

A B2B Discovery Magic Link deeplink

Link copied to clipboard

A SSO (SAML, OIDC) deeplink

Link copied to clipboard

An OAuth deeplink

Link copied to clipboard

An OAuth Discovery deeplink

Link copied to clipboard

An unknown deeplink type. It's possible a non-Stytch deeplink was supplied to the Stytch client's handle() method

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.