## OAuthClientAssertionType variable 
OAuth 2.0 Client Authentication Methods See [RFC 7523 Section 2.2](https://datatracker.ietf.org/doc/html/rfc7523#section-2.2) for full details.

**Signature:**

```typescript
OAuthClientAssertionType: {
    readonly JwtBearer: "urn:ietf:params:oauth:client-assertion-type:jwt-bearer";
}
```  
- [OAuthClientAssertionType variable](/content/docs/sdk/core/oauthclientassertiontype#oauthclientassertiontype-variable/index.html)
