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
Copy file name to clipboardExpand all lines: EXAMPLES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ export default TokenExchange;
152
152
- The external token must be validated in Auth0 Actions using strong cryptographic verification
153
153
- This method implements RFC 8693 token exchange grant type
154
154
- The audience and scope can be provided directly in the options or will fall back to SDK defaults
155
+
-**State Management:** This method triggers the `GET_ACCESS_TOKEN_COMPLETE` action internally upon completion. This ensures that the SDK's `isLoading` and `isAuthenticated` states behave identically to the standard `getAccessTokenSilently` flow.
155
156
156
157
## Protecting a route in a `react-router-dom v6` app
0 commit comments