tokenType

abstract var tokenType: String

The token type used by the Identity Provider.

This value is included when submitting the authentication result back to the authentication server. Common values include:

  • "authorization_code" - For OAuth 2.0 authorization codes

  • "id_token" - For OpenID Connect ID tokens

  • "access_token" - For OAuth 2.0 access tokens