#### [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')

## ClientAssertionTypes Class

Provides constants for client assertion types used in OAuth 2\.0\.

```csharp
public static class ClientAssertionTypes
```

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

## ClientAssertionTypes\.JwtBearer Field {#Abblix.Oidc.Server.Common.Constants.ClientAssertionTypes.JwtBearer}

URN identifying a JWT bearer token as the client authentication assertion at the token endpoint,
per RFC 7523 \(JSON Web Token Profile for OAuth 2\.0 Client Authentication and Authorization Grants\)\.
Submitted as the `client_assertion_type` parameter together with the signed JWT in
`client_assertion`\.

```csharp
public const string JwtBearer = "urn:ietf:params:oauth:client-assertion-type:jwt-bearer";
```

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