mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add request option 'accessType' to strategy options (#35930)
This commit is contained in:
parent
c474cdf5d7
commit
f74dfd5ad8
1
types/passport-google-oauth20/index.d.ts
vendored
1
types/passport-google-oauth20/index.d.ts
vendored
@ -16,6 +16,7 @@ export type OAuth2StrategyOptionsWithoutRequiredURLs = Pick<
|
||||
>;
|
||||
|
||||
export interface _StrategyOptionsBase extends OAuth2StrategyOptionsWithoutRequiredURLs {
|
||||
accessType?: 'offline' | 'online';
|
||||
authorizationURL?: string;
|
||||
callbackURL?: string;
|
||||
clientID: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user