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 77e3106 commit 2239b32Copy full SHA for 2239b32
src/examples/client/simpleOAuthClient.ts
@@ -220,7 +220,7 @@ class InteractiveOAuthClient {
220
redirect_uris: [CALLBACK_URL],
221
grant_types: ['authorization_code', 'refresh_token'],
222
response_types: ['code'],
223
- token_endpoint_auth_method: 'client_secret_post',
+ token_endpoint_auth_method: 'client_secret_post'
224
};
225
226
console.log('🔐 Creating OAuth provider...');
0 commit comments