Adds prompt to grantOfflineAccess method

This commit is contained in:
mariajplmiranda
2017-05-22 18:05:07 +01:00
committed by GitHub
parent 52c064c24e
commit d926bbe9f0

View File

@@ -48,6 +48,7 @@ declare namespace gapi.auth2 {
*/
grantOfflineAccess(options: {
scope?: string;
prompt?: string;
redirect_uri?: string;
}): any;