Skip to content

Commit

Permalink
Merge pull request #305 from Lordfirespeed/patch-1
Browse files Browse the repository at this point in the history
fix(types): type declaration for `AuthenticateOptions.scope`
  • Loading branch information
jankapunkt authored Jul 24, 2024
2 parents 4cc648b + 16cada9 commit 3fa9598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ declare namespace OAuth2Server {
/**
* The scope(s) to authenticate.
*/
scope?: string[] | undefined;
scope?: string | undefined;

/**
* Set the X-Accepted-OAuth-Scopes HTTP header on response objects.
Expand Down

0 comments on commit 3fa9598

Please sign in to comment.