Record: OAuth2IntrospectionConfig
Represents OAuth2 introspection server configurations for OAuth2 authentication.
Closed record
Fields
- Fields Included from *IntrospectionConfig
- url string
- tokenTypeHint string
- optionalParams map<string>
- cacheConfig CacheConfig
- defaultTokenExpTime decimal
- clientConfig ClientConfiguration
- anydata...
- scopeKey string(default "scope")
URL of the introspection endpoint
A hint about the type of the token submitted for introspection
Map of the optional parameters used for the introspection endpoint
Configurations for the cache used to store the OAuth2 access token and other related information
Expiration time (in seconds) of the tokens if the introspection response does not contain an exp
field
HTTP client configurations, which call the introspection endpoint
The key used to fetch the scopes