You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If revocableTokenCacheDuration is configured, the proxy will cache the result of the introspection request for the configured number of seconds. Note that proxy instances do not share a cache, so a recently-revoked authorization may have different behavior between instances.
/** * The number of seconds for which the proxy will cache the AuthX server's * token introspection response for a revocable token. * * @defaultValue `60` */
readonly revocableTokenCacheDuration?: number;
The text was updated successfully, but these errors were encountered:
If
revocableTokenCacheDuration
is configured, the proxy will cache the result of the introspection request for the configured number of seconds. Note that proxy instances do not share a cache, so a recently-revoked authorization may have different behavior between instances.The text was updated successfully, but these errors were encountered: