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
Resolves an access token against an Authorization Server. Currently, supports the link:{apidocs-url}/index.html?org/forgerock/openig/filter/oauth2/ScriptableAccessTokenResolver.html[`ScriptableAccessTokenResolver`, window=\_blank] to customize the default access token resolution algorithm. The example below utilizes the `token.groovy` script to resolve an access token.
Invoke this HTTP client handler to send token info requests.
1208
1225
@@ -1231,13 +1248,13 @@ Duration for which to cache OAuth 2.0 access tokens.
1231
1248
Caching allows OpenIG to avoid repeated requests for token info when reusing the information over a short period.
1232
1249
+
1233
1250
A link:{apidocs-url}/index.html?org/forgerock/openig/util/Duration.html[duration, window=\_blank] is a lapse of time expressed in English, such as `23 hours 59 minutes and 59 seconds`.
0 commit comments