Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: discovery/googleapis/identitytoolkit__v3.json

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: discovery/googleapis/identitytoolkit__v3.json
diff --git a/discovery/googleapis/identitytoolkit__v3.json b/discovery/googleapis/identitytoolkit__v3.json
index 7f7e203c2ac201b9cd69f6529b1928f5199412d8..81b6ff71b2913d6509f0fca2ccae75415184dba8 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/9lrbPxfnfcTzLSOgIxD2Vj83GmI\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Eza5dkILxsH0BZXGL1UuGyoKbqY\"",
"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": "20161206",
+ "revision": "20170203",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"CreateAuthUriResponse": {
@@ -399,7 +399,7 @@
"type": "object"
},
"DownloadAccountResponse": {
- "description": "Respone of downloading accounts in batch.",
+ "description": "Response of downloading accounts in batch.",
"id": "DownloadAccountResponse",
"properties": {
"kind": {
@@ -979,6 +979,10 @@
"description": "Instance id token of the app.",
"type": "string"
},
+ "localId": {
+ "description": "Privileged caller can create user with specified user id.",
+ "type": "string"
+ },
"password": {
"description": "The new password of the user.",
"type": "string"
@@ -1272,6 +1276,10 @@
"description": "The email of the user.",
"type": "string"
},
+ "emailVerified": {
+ "description": "If email has been verified.",
+ "type": "boolean"
+ },
"expiresIn": {
"description": "If idToken is STS id token, then this field will be expiration time of STS id token in seconds.",
"format": "int64",
@@ -1586,6 +1594,10 @@
"description": "It's the identifier param in the createAuthUri request if the identifier is an email. It can be used to check whether the user input email is different from the asserted email.",
"type": "string"
},
+ "isNewUser": {
+ "description": "True if it's a new user sign-in, false if it's a returning user.",
+ "type": "boolean"
+ },
"kind": {
"default": "identitytoolkit#VerifyAssertionResponse",
"description": "The fixed string \"identitytoolkit#VerifyAssertionResponse\".",

Powered by Google App Engine
This is Rietveld 408576698