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

Unified Diff: discovery/googleapis/identitytoolkit__v3.json

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « discovery/googleapis/groupssettings__v1.json ('k') | discovery/googleapis/oauth2__v2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/identitytoolkit__v3.json
diff --git a/discovery/googleapis/identitytoolkit__v3.json b/discovery/googleapis/identitytoolkit__v3.json
index d2ab4236b7c5d87ce043b1befcf66f37ac75aac5..3893c765eeb6d0d050b0ca7c7feac7dde4f80f9b 100644
--- a/discovery/googleapis/identitytoolkit__v3.json
+++ b/discovery/googleapis/identitytoolkit__v3.json
@@ -6,7 +6,7 @@
"description": "Help the third party sites to implement federated login.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/identity-toolkit/v3/",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/R4cuCODTYsbGjTBiFOeVYpfBJ-Q\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/IJj1jCXKrMcqhJ0zJSLG4wx2EFg\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -275,7 +275,7 @@
}
}
},
- "revision": "20160510",
+ "revision": "20160603",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"CreateAuthUriResponse": {
@@ -664,6 +664,11 @@
"description": "Response to the captcha.",
"type": "string"
},
+ "createdAt": {
+ "description": "The timestamp when the account is created.",
+ "format": "int64",
+ "type": "string"
+ },
"delegatedProjectNumber": {
"description": "GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.",
"format": "int64",
@@ -707,6 +712,11 @@
"description": "Instance id token of the app.",
"type": "string"
},
+ "lastLoginAt": {
+ "description": "Last login timestamp.",
+ "format": "int64",
+ "type": "string"
+ },
"localId": {
"description": "The local ID of the user.",
"type": "string"
@@ -1055,6 +1065,13 @@
"secret": {
"description": "OAuth2 client secret.",
"type": "string"
+ },
+ "whitelistedAudiences": {
+ "description": "Whitelisted client IDs for audience check.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
}
},
"type": "object"
@@ -1261,6 +1278,11 @@
"description": "Template for an individual account info.",
"id": "UserInfo",
"properties": {
+ "createdAt": {
+ "description": "User creation timestamp.",
+ "format": "int64",
+ "type": "string"
+ },
"disabled": {
"description": "Whether the user is disabled.",
"type": "boolean"
@@ -1277,6 +1299,11 @@
"description": "Whether the email has been verified.",
"type": "boolean"
},
+ "lastLoginAt": {
+ "description": "last login timestamp.",
+ "format": "int64",
+ "type": "string"
+ },
"localId": {
"description": "The local ID of the user.",
"type": "string"
« no previous file with comments | « discovery/googleapis/groupssettings__v1.json ('k') | discovery/googleapis/oauth2__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698