Index: discovery/googleapis/identitytoolkit__v3.json |
diff --git a/discovery/googleapis/identitytoolkit__v3.json b/discovery/googleapis/identitytoolkit__v3.json |
index 81b6ff71b2913d6509f0fca2ccae75415184dba8..242a4fa1b5bfd66c4d9b0c66bf4d48e3723d1ada 100644 |
--- a/discovery/googleapis/identitytoolkit__v3.json |
+++ b/discovery/googleapis/identitytoolkit__v3.json |
@@ -18,7 +18,7 @@ |
"description": "Help the third party sites to implement federated login.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/identity-toolkit/v3/", |
- "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Eza5dkILxsH0BZXGL1UuGyoKbqY\"", |
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/e7L4gGXJzl8PkSEyyAcfyGJlqQA\"", |
"icons": { |
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", |
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" |
@@ -340,7 +340,7 @@ |
} |
} |
}, |
- "revision": "20170203", |
+ "revision": "20170308", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"CreateAuthUriResponse": { |
@@ -1053,6 +1053,10 @@ |
"description": "Request to verify the IDP assertion.", |
"id": "IdentitytoolkitRelyingpartyVerifyAssertionRequest", |
"properties": { |
+ "autoCreate": { |
+ "description": "When it's true, automatically creates a new account if the user doesn't exist. When it's false, allows existing user to sign in normally and throws exception if the user doesn't exist.", |
+ "type": "boolean" |
+ }, |
"delegatedProjectNumber": { |
"description": "GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.", |
"format": "int64", |
@@ -1204,6 +1208,22 @@ |
"description": "Request of getting a code for user confirmation (reset password, change email etc.)", |
"id": "Relyingparty", |
"properties": { |
+ "androidInstallApp": { |
+ "description": "whether or not to install the android app on the device where the link is opened", |
+ "type": "boolean" |
+ }, |
+ "androidMinimumVersion": { |
+ "description": "minimum version of the app. if the version on the device is lower than this version then the user is taken to the play store to upgrade the app", |
+ "type": "string" |
+ }, |
+ "androidPackageName": { |
+ "description": "android package name of the android app to handle the action code", |
+ "type": "string" |
+ }, |
+ "canHandleCodeInApp": { |
+ "description": "whether or not the app can handle the oob code without first going to web", |
+ "type": "boolean" |
+ }, |
"captchaResp": { |
"description": "The recaptcha response from the user.", |
"type": "string" |
@@ -1212,10 +1232,22 @@ |
"description": "The recaptcha challenge presented to the user.", |
"type": "string" |
}, |
+ "continueUrl": { |
+ "description": "The url to continue to the Gitkit app", |
+ "type": "string" |
+ }, |
"email": { |
"description": "The email of the user.", |
"type": "string" |
}, |
+ "iOSAppStoreId": { |
+ "description": "iOS app store id to download the app if it's not already installed", |
+ "type": "string" |
+ }, |
+ "iOSBundleId": { |
+ "description": "the iOS bundle id of iOS app to handle the action code", |
+ "type": "string" |
+ }, |
"idToken": { |
"description": "The user's Gitkit login token for email change.", |
"type": "string" |