Skip to content

Commit 66d16f8

Browse files
authored
fix(ts): allow scope as string array type (#2511)
1 parent be74dd0 commit 66d16f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/providers.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface OAuthConfig<P extends Record<string, unknown> = Profile>
2727
headers?: Record<string, any>
2828
type: "oauth"
2929
version: string
30-
scope: string
30+
scope: string | string[]
3131
params: { grant_type: string }
3232
accessTokenUrl: string
3333
requestTokenUrl?: string

0 commit comments

Comments
 (0)