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

Constants Detailed

OAuth2

Type String

OAuthJson

Type String

OpenIdJson

Type String


Last updated