mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Merge pull request #16677 from mariajplmiranda/master
Adds `prompt` to grantOfflineAccess method
This commit is contained in:
Vendored
+2
-1
@@ -48,7 +48,8 @@ declare namespace gapi.auth2 {
|
||||
*/
|
||||
grantOfflineAccess(options: {
|
||||
scope?: string;
|
||||
redirect_uri?: string;
|
||||
prompt?: "select_account" | "consent";
|
||||
app_package_name?: string;
|
||||
}): any;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user