mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-26 02:50:27 +00:00
Add request option 'accessType' to strategy options (#35930)
This commit is contained in:
+1
@@ -16,6 +16,7 @@ export type OAuth2StrategyOptionsWithoutRequiredURLs = Pick<
|
||||
>;
|
||||
|
||||
export interface _StrategyOptionsBase extends OAuth2StrategyOptionsWithoutRequiredURLs {
|
||||
accessType?: 'offline' | 'online';
|
||||
authorizationURL?: string;
|
||||
callbackURL?: string;
|
||||
clientID: string;
|
||||
|
||||
Reference in New Issue
Block a user