Enumeration JwtTokenType

Supported JWT token types

Enumeration Members

ACCESS: "access"

Access token. This is authorization token that is used to access protected resources. Lives short time and can be refreshed by refresh token

INVITE: "invite"

Invite token. Used for user invitation

REFRESH: "refresh"

Refresh token. Lives long time and can be used to refresh access token

SERVICE: "service"

Service token. Lives long time and can be used for service account

SUBSCRIPTION: "subscription"

Subscription token. USed for GraphQL subscriptions only. Lives long time