#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.Common\.Constants](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Common.Constants 'Abblix\.Oidc\.Server\.Common\.Constants')

## TokenTypeIdentifiers Class

Represents token type identifiers for various token types as specified in RFC 8693\.

```csharp
public static class TokenTypeIdentifiers
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → TokenTypeIdentifiers

### Remarks
See https://datatracker.ietf.org/doc/html/rfc8693\#TokenTypeIdentifiers for details\.
### Fields

## TokenTypeIdentifiers\.AccessToken Field {#Abblix.Oidc.Server.Common.Constants.TokenTypeIdentifiers.AccessToken}

Indicates that the token is an OAuth 2\.0 access token issued by the given authorization server\.

```csharp
public static readonly Uri AccessToken;
```

#### Field Value
[System\.Uri](https://learn.microsoft.com/en-us/dotnet/api/system.uri 'System\.Uri')

## TokenTypeIdentifiers\.IdToken Field {#Abblix.Oidc.Server.Common.Constants.TokenTypeIdentifiers.IdToken}

Indicates that the token is an ID Token as defined in Section 2 of https://openid.net/specs/openid-connect-core-1\_0.html.

```csharp
public static readonly Uri IdToken;
```

#### Field Value
[System\.Uri](https://learn.microsoft.com/en-us/dotnet/api/system.uri 'System\.Uri')

## TokenTypeIdentifiers\.RefreshToken Field {#Abblix.Oidc.Server.Common.Constants.TokenTypeIdentifiers.RefreshToken}

Indicates that the token is an OAuth 2\.0 refresh token issued by the given authorization server\.

```csharp
public static readonly Uri RefreshToken;
```

#### Field Value
[System\.Uri](https://learn.microsoft.com/en-us/dotnet/api/system.uri 'System\.Uri')

## TokenTypeIdentifiers\.Saml1 Field {#Abblix.Oidc.Server.Common.Constants.TokenTypeIdentifiers.Saml1}

Indicates that the token is a base64url\-encoded SAML 1\.1 https://www.oasis-open.org/committees/download.php/3406/oasis-sstc-saml-core-1.1.pdf assertion\.

```csharp
public static readonly Uri Saml1;
```

#### Field Value
[System\.Uri](https://learn.microsoft.com/en-us/dotnet/api/system.uri 'System\.Uri')

## TokenTypeIdentifiers\.Saml2 Field {#Abblix.Oidc.Server.Common.Constants.TokenTypeIdentifiers.Saml2}

Indicates that the token is a base64url\-encoded SAML 2\.0 \[http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf\] assertion\.

```csharp
public static readonly Uri Saml2;
```

#### Field Value
[System\.Uri](https://learn.microsoft.com/en-us/dotnet/api/system.uri 'System\.Uri')
