DeeplinkToken

class DeeplinkToken(val type: B2BTokenType, val token: String)

A token parsed from a Stytch B2B deeplink URL.

Constructors

Link copied to clipboard
constructor(type: B2BTokenType, token: String)

Properties

Link copied to clipboard

The raw token value.

Link copied to clipboard

The type of the token.