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