DeeplinkToken

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

A token parsed from a Stytch deeplink URL.

Constructors

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

Properties

Link copied to clipboard

The raw token value.

Link copied to clipboard

The type of the token.