Changes grantOfflineAccess options

Specifies prompt options, adds app_package_name property and removes redirect URI
This commit is contained in:
mariajplmiranda
2017-05-23 10:06:04 +01:00
committed by GitHub
parent d926bbe9f0
commit 7f3bf5d32e

View File

@@ -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;
/**