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 4494564 commit 68d01adCopy full SHA for 68d01ad
index.d.ts
@@ -279,7 +279,7 @@ declare namespace OAuth2Server {
279
* Invoked during request authentication to check if the provided access token was authorized the requested scopes.
280
*
281
*/
282
- verifyScope(token: Token, scope: string | string[], callback?: Callback<boolean>): Promise<boolean>;
+ verifyScope?(token: Token, scope: string | string[], callback?: Callback<boolean>): Promise<boolean>;
283
}
284
285
interface AuthorizationCodeModel extends BaseModel, RequestAuthenticationModel {
0 commit comments