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" |