mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Changes grantOfflineAccess options
Specifies prompt options, adds app_package_name property and removes redirect URI
This commit is contained in:
4
types/gapi.auth2/index.d.ts
vendored
4
types/gapi.auth2/index.d.ts
vendored
@@ -48,8 +48,8 @@ declare namespace gapi.auth2 {
|
||||
*/
|
||||
grantOfflineAccess(options: {
|
||||
scope?: string;
|
||||
prompt?: string;
|
||||
redirect_uri?: string;
|
||||
prompt?: "select_account" | "consent";
|
||||
app_package_name?: string;
|
||||
}): any;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user