Skip to content

Commit d8cdac6

Browse files
docs: correct note about audience/scope params
1 parent ccfa7d8 commit d8cdac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default TokenExchange;
151151
- The `subject_token_type` must be a namespaced URI under your organization's control
152152
- The external token must be validated in Auth0 Actions using strong cryptographic verification
153153
- 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
154+
- The audience and scope can be provided directly in the options or will fall back to SDK defaults
155155

156156
## Protecting a route in a `react-router-dom v6` app
157157

0 commit comments

Comments
 (0)