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

Unified Diff: discovery/googleapis/identitytoolkit__v3.json

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 4 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/genomics__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 a70459083727f34c2ae8fc8daccaf66514f307fa..8540ddf4845d1a8b4df296b32bea93fb17650353 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/PRVB_KLGJsONNxc9oRcr6WW_ekc\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/hUSUQ1FCOLm-WaxWC_MbF3f27YE\"",
"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": "20160728",
+ "revision": "20160812",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"CreateAuthUriResponse": {
@@ -454,6 +454,10 @@
"description": "The app ID of the mobile app, base64(CERT_SHA1):PACKAGE_NAME for Android, BUNDLE_ID for iOS.",
"type": "string"
},
+ "authFlowType": {
+ "description": "Explicitly specify the auth flow type. Currently only support \"CODE_FLOW\" type. The field is only used for Google provider.",
+ "type": "string"
+ },
"clientId": {
"description": "The relying party OAuth client ID.",
"type": "string"
@@ -493,6 +497,10 @@
"providerId": {
"description": "The IdP ID. For white listed IdPs it's a short domain name e.g. google.com, aol.com, live.net and yahoo.com. For other OpenID IdPs it's the OP identifier.",
"type": "string"
+ },
+ "sessionId": {
+ "description": "The session_id passed by client.",
+ "type": "string"
}
},
"type": "object"
@@ -962,6 +970,10 @@
"description": "The URI to which the IDP redirects the user back. It may contain federated login result params added by the IDP.",
"type": "string"
},
+ "returnIdpCredential": {
+ "description": "Whether return 200 and IDP credential rather than throw exception when federated id is already linked.",
+ "type": "boolean"
+ },
"returnRefreshToken": {
"description": "Whether to return refresh tokens.",
"type": "boolean"
@@ -1353,6 +1365,14 @@
"rawId": {
"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.",
+ "type": "string"
}
},
"type": "object"
@@ -1364,6 +1384,10 @@
"format": "byte",
"type": "string"
},
+ "screenName": {
+ "description": "User's screen name at Twitter.",
+ "type": "string"
+ },
"validSince": {
"description": "Timestamp in seconds for valid login token.",
"format": "int64",
@@ -1417,6 +1441,10 @@
"description": "The value is true if the IDP is also the email provider. It means the user owns the email.",
"type": "boolean"
},
+ "errorMessage": {
+ "description": "Client error code.",
+ "type": "string"
+ },
"expiresIn": {
"description": "If idToken is STS id token, then this field will be expiration time of STS id token in seconds.",
"format": "int64",
@@ -1512,6 +1540,10 @@
"description": "The IdP ID. For white listed IdPs it's a short domain name e.g. google.com, aol.com, live.net and yahoo.com. If the \"providerId\" param is set to OpenID OP identifer other than the whilte listed IdPs the OP identifier is returned. If the \"identifier\" param is federated ID in the createAuthUri request. The domain part of the federated ID is returned.",
"type": "string"
},
+ "rawUserInfo": {
+ "description": "Raw IDP-returned user info.",
+ "type": "string"
+ },
"refreshToken": {
"description": "If idToken is STS id token, then this field will be refresh token.",
"type": "string"
« no previous file with comments | « discovery/googleapis/genomics__v1.json ('k') | discovery/googleapis/oauth2__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698