We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfa7d8 commit d8cdac6Copy full SHA for d8cdac6
EXAMPLES.md
@@ -151,7 +151,7 @@ export default TokenExchange;
151
- The `subject_token_type` must be a namespaced URI under your organization's control
152
- The external token must be validated in Auth0 Actions using strong cryptographic verification
153
- This method implements RFC 8693 token exchange grant type
154
-- The audience and scope can be provided through `authorizationParams` or will fall back to SDK defaults
+- The audience and scope can be provided directly in the options or will fall back to SDK defaults
155
156
## Protecting a route in a `react-router-dom v6` app
157
0 commit comments