Record -
oauth2
: IntrospectionServerConfig
Represents introspection server onfigurations.
Fields
- url string
-
URL of the introspection server
- tokenTypeHint string
-
A hint about the type of the token submitted for introspection
- oauth2Cache Cache
-
Cache used to store OAuth2 information
- defaultTokenExpTimeInSeconds int (default 3600)
-
Expiration time of the tokens if introspection response does not contain
exp
field
- clientConfig ClientConfiguration (default {})
-
HTTP client configurations which calls the introspection server