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

Unified Diff: discovery/googleapis/identitytoolkit__v3.json

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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/iam__v1.json ('k') | discovery/googleapis/logging__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 8540ddf4845d1a8b4df296b32bea93fb17650353..594ee7a58ff00771d73b125ba0aea5818198727d 100644
--- a/discovery/googleapis/identitytoolkit__v3.json
+++ b/discovery/googleapis/identitytoolkit__v3.json
@@ -1,4 +1,13 @@
{
+ "auth": {
+ "oauth2": {
+ "scopes": {
+ "https://www.googleapis.com/auth/firebase": {
+ "description": "View and administer all your Firebase data and settings"
+ }
+ }
+ }
+ },
"basePath": "/identitytoolkit/v3/relyingparty/",
"baseUrl": "https://www.googleapis.com/identitytoolkit/v3/relyingparty/",
"batchPath": "batch",
@@ -6,7 +15,7 @@
"description": "Help the third party sites to implement federated login.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/identity-toolkit/v3/",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/hUSUQ1FCOLm-WaxWC_MbF3f27YE\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/RUOtwHGdsl6sx4SfIX3bJXLVQr0\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -99,7 +108,10 @@
},
"response": {
"$ref": "DownloadAccountResponse"
- }
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/firebase"
+ ]
},
"getAccountInfo": {
"description": "Returns the account info.",
@@ -234,7 +246,10 @@
},
"response": {
"$ref": "UploadAccountResponse"
- }
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/firebase"
+ ]
},
"verifyAssertion": {
"description": "Verifies the assertion returned by the IdP.",
@@ -275,7 +290,7 @@
}
}
},
- "revision": "20160812",
+ "revision": "20161024",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"CreateAuthUriResponse": {
@@ -470,6 +485,14 @@
"description": "The URI to which the IDP redirects the user after the federated login flow.",
"type": "string"
},
+ "customParameter": {
+ "additionalProperties": {
+ "description": "The customized query parameter.",
+ "type": "string"
+ },
+ "description": "The query parameter that client can customize by themselves in auth url. The following parameters are reserved for server so that they cannot be customized by clients: client_id, response_type, scope, redirect_uri, state, oauth_token.",
+ "type": "object"
+ },
"hostedDomain": {
"description": "The hosted domain to restrict sign-in to accounts at that domain for Google Apps hosted accounts.",
"type": "string"
@@ -599,6 +622,9 @@
"$ref": "EmailTemplate",
"description": "Change email template."
},
+ "dynamicLinksDomain": {
+ "type": "string"
+ },
"enableAnonymousUser": {
"description": "Whether anonymous user is enabled.",
"type": "boolean"
@@ -875,6 +901,10 @@
"description": "Response to the captcha.",
"type": "string"
},
+ "disabled": {
+ "description": "Whether to disable the user. Only can be used by service account.",
+ "type": "boolean"
+ },
"displayName": {
"description": "The name of the user.",
"type": "string"
@@ -883,6 +913,10 @@
"description": "The email of the user.",
"type": "string"
},
+ "emailVerified": {
+ "description": "Mark the email as verified or not. Only can be used by service account.",
+ "type": "boolean"
+ },
"idToken": {
"description": "The GITKit token of the authenticated user.",
"type": "string"
@@ -894,6 +928,10 @@
"password": {
"description": "The new password of the user.",
"type": "string"
+ },
+ "photoUrl": {
+ "description": "The photo url of the user.",
+ "type": "string"
}
},
"type": "object"
@@ -902,6 +940,10 @@
"description": "Request to upload user account in batch.",
"id": "IdentitytoolkitRelyingpartyUploadAccountRequest",
"properties": {
+ "allowOverwrite": {
+ "description": "Whether allow overwrite existing account when user local_id exists.",
+ "type": "boolean"
+ },
"delegatedProjectNumber": {
"description": "GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.",
"format": "int64",
@@ -926,11 +968,19 @@
"format": "byte",
"type": "string"
},
+ "sanityCheck": {
+ "description": "If true, backend will do sanity check(including duplicate email and federated id) when uploading account.",
+ "type": "boolean"
+ },
"signerKey": {
"description": "The key for to hash the password.",
"format": "byte",
"type": "string"
},
+ "targetProjectId": {
+ "description": "Specify which project (field value is actually project id) to operate. Only used when provided credential.",
+ "type": "string"
+ },
"users": {
"description": "The account info to be stored.",
"items": {
@@ -1137,13 +1187,21 @@
"id": "ResetPasswordResponse",
"properties": {
"email": {
- "description": "The user's email.",
+ "description": "The user's email. If the out-of-band code is for email recovery, the user's original email.",
"type": "string"
},
"kind": {
"default": "identitytoolkit#ResetPasswordResponse",
"description": "The fixed string \"identitytoolkit#ResetPasswordResponse\".",
"type": "string"
+ },
+ "newEmail": {
+ "description": "If the out-of-band code is for email recovery, the user's new email.",
+ "type": "string"
+ },
+ "requestType": {
+ "description": "The request type.",
+ "type": "string"
}
},
"type": "object"
@@ -1299,6 +1357,10 @@
"format": "int64",
"type": "string"
},
+ "customAuth": {
+ "description": "Whether the user is authenticated by the developer.",
+ "type": "boolean"
+ },
"disabled": {
"description": "Whether the user is disabled.",
"type": "boolean"
@@ -1366,12 +1428,8 @@
"description": "User's raw identifier directly returned from IDP.",
"type": "string"
},
- "rawUserInfo": {
- "description": "Raw IDP-returned user info.",
- "type": "string"
- },
"screenName": {
- "description": "User's screen name at Twitter.",
+ "description": "User's screen name at Twitter or login name at Github.",
"type": "string"
}
},
@@ -1379,13 +1437,17 @@
},
"type": "array"
},
+ "rawPassword": {
+ "description": "The user's plain text password.",
+ "type": "string"
+ },
"salt": {
"description": "The user's password salt.",
"format": "byte",
"type": "string"
},
"screenName": {
- "description": "User's screen name at Twitter.",
+ "description": "User's screen name at Twitter or login name at Github.",
"type": "string"
},
"validSince": {
@@ -1549,7 +1611,7 @@
"type": "string"
},
"screenName": {
- "description": "The screen_name of a Twitter user.",
+ "description": "The screen_name of a Twitter user or the login name at Github.",
"type": "string"
},
"timeZone": {
« no previous file with comments | « discovery/googleapis/iam__v1.json ('k') | discovery/googleapis/logging__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698