We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d98928 commit ccfa7d8Copy full SHA for ccfa7d8
EXAMPLES.md
@@ -117,10 +117,8 @@ const TokenExchange = () => {
117
const tokenResponse = await exchangeToken({
118
subject_token: externalToken,
119
subject_token_type: 'urn:your-company:legacy-system-token',
120
- authorizationParams: {
121
- audience: 'https://api.example.com/',
122
- scope: 'openid profile email',
123
- },
+ audience: 'https://api.example.com/',
+ scope: 'openid profile email',
124
});
125
126
setTokens(tokenResponse);
0 commit comments