# OAuthTokenExtractors

## Overview

The `OAuthTokenExtractors` class provides constants representing supported token extractors for OAuth implementations. These include `OAuth2`, `OAuthJson`, and `OpenIdJson` extractors, which handle parsing access tokens in different formats such as standard OAuth2 and JSON.

## Constants Summarized

| Type                                                                         | Name                      | Summary |
| ---------------------------------------------------------------------------- | ------------------------- | ------- |
| [String](https://docs.servoy.com/reference/servoycore/dev-api/js-lib/string) | [OAuth2](#oauth2)         |         |
| [String](https://docs.servoy.com/reference/servoycore/dev-api/js-lib/string) | [OAuthJson](#oauthjson)   |         |
| [String](https://docs.servoy.com/reference/servoycore/dev-api/js-lib/string) | [OpenIdJson](#openidjson) |         |

## Constants Detailed

### OAuth2

**Type**\
[String](https://docs.servoy.com/reference/servoycore/dev-api/js-lib/string)

### OAuthJson

**Type**\
[String](https://docs.servoy.com/reference/servoycore/dev-api/js-lib/string)

### OpenIdJson

**Type**\
[String](https://docs.servoy.com/reference/servoycore/dev-api/js-lib/string)

***
