@shoutem/fetch-token-intercept
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@shoutem/fetch-token-intercept", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Fetch interceptor for managing refresh token flow.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -42,2 +42,6 @@ # fetch-token-intercept | ||
shouldInvalidateAccessToken: (response) => boolean, | ||
// When set, response which invalidates token will be resolved after the token has been renewed | ||
// in effect, token will be loaded in sync with response, otherwise renew will run async to response | ||
shouldWaitForTokenRenewal: boolean, | ||
@@ -44,0 +48,0 @@ // (Required) Adds authorization for intercepted requests |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46266
119