Access token. This is authorization token that is used to access protected resources. Lives short time and can be refreshed by refresh token
Invite token. Used for user invitation
Refresh token. Lives long time and can be used to refresh access token
Service token. Lives long time and can be used for service account
Subscription token. USed for GraphQL subscriptions only. Lives long time
Supported JWT token types