Skip to content

Commit d498480

Browse files
authored
fix: oauth2 refresh token not sending scope (#1439)
1 parent 332829f commit d498480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schemes/oauth2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ export class Oauth2Scheme<
459459
refreshToken,
460460
this.options.token.type
461461
),
462+
scopes: this.scope,
462463
client_id: this.options.clientId + '',
463464
grant_type: 'refresh_token'
464465
})

0 commit comments

Comments
 (0)