Record: IntrospectionConfig
Represents the introspection endpoint configurations.
Fields
- url string
- tokenTypeHint string?
- optionalParams map<string>?
- cacheConfig CacheConfig?
- defaultTokenExpTime decimal(default 3600)
- clientConfig ClientConfiguration(default {})
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