Skip to content

Commit 3fa9598

Browse files
authored
Merge pull request #305 from Lordfirespeed/patch-1
fix(types): type declaration for `AuthenticateOptions.scope`
2 parents 4cc648b + 16cada9 commit 3fa9598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ declare namespace OAuth2Server {
168168
/**
169169
* The scope(s) to authenticate.
170170
*/
171-
scope?: string[] | undefined;
171+
scope?: string | undefined;
172172

173173
/**
174174
* Set the X-Accepted-OAuth-Scopes HTTP header on response objects.

0 commit comments

Comments
 (0)