mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Adds prompt to grantOfflineAccess method
This commit is contained in:
1
types/gapi.auth2/index.d.ts
vendored
1
types/gapi.auth2/index.d.ts
vendored
@@ -48,6 +48,7 @@ declare namespace gapi.auth2 {
|
||||
*/
|
||||
grantOfflineAccess(options: {
|
||||
scope?: string;
|
||||
prompt?: string;
|
||||
redirect_uri?: string;
|
||||
}): any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user