scope not needed for /oauth/token
This commit is contained in:
parent
895c6086f3
commit
128c8e6fc0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export async function getAccessToken({
|
|||
redirect_uri: REDIRECT_URI,
|
||||
grant_type: 'authorization_code',
|
||||
code,
|
||||
scope: SCOPES,
|
||||
// scope: SCOPES, // Not needed
|
||||
// client_secret,
|
||||
// code_verifier,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue