| OLD | NEW |
| 1 { | 1 { |
| 2 "basePath": "/identitytoolkit/v3/relyingparty/", | 2 "basePath": "/identitytoolkit/v3/relyingparty/", |
| 3 "baseUrl": "https://www.googleapis.com/identitytoolkit/v3/relyingparty/", | 3 "baseUrl": "https://www.googleapis.com/identitytoolkit/v3/relyingparty/", |
| 4 "batchPath": "batch", | 4 "batchPath": "batch", |
| 5 "canonicalName": "Identity Toolkit", | 5 "canonicalName": "Identity Toolkit", |
| 6 "description": "Help the third party sites to implement federated login.", | 6 "description": "Help the third party sites to implement federated login.", |
| 7 "discoveryVersion": "v1", | 7 "discoveryVersion": "v1", |
| 8 "documentationLink": "https://developers.google.com/identity-toolkit/v3/", | 8 "documentationLink": "https://developers.google.com/identity-toolkit/v3/", |
| 9 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/3Q4T5rCRWv05dybb5cUgUxFbyZs\"", | 9 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/zVUSgAlpBKN8kedTmeeniVwh5g4\"", |
| 10 "icons": { | 10 "icons": { |
| 11 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 11 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 12 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 12 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 13 }, | 13 }, |
| 14 "id": "identitytoolkit:v3", | 14 "id": "identitytoolkit:v3", |
| 15 "kind": "discovery#restDescription", | 15 "kind": "discovery#restDescription", |
| 16 "name": "identitytoolkit", | 16 "name": "identitytoolkit", |
| 17 "ownerDomain": "google.com", | 17 "ownerDomain": "google.com", |
| 18 "ownerName": "Google", | 18 "ownerName": "Google", |
| 19 "parameters": { | 19 "parameters": { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "getPublicKeys": { | 128 "getPublicKeys": { |
| 129 "description": "Get token signing public key.", | 129 "description": "Get token signing public key.", |
| 130 "httpMethod": "GET", | 130 "httpMethod": "GET", |
| 131 "id": "identitytoolkit.relyingparty.getPublicKeys", | 131 "id": "identitytoolkit.relyingparty.getPublicKeys", |
| 132 "path": "publicKeys", | 132 "path": "publicKeys", |
| 133 "response": { | 133 "response": { |
| 134 "$ref": "IdentitytoolkitRelyingpartyGetPublicKeysRespons
e" | 134 "$ref": "IdentitytoolkitRelyingpartyGetPublicKeysRespons
e" |
| 135 } | 135 } |
| 136 }, | 136 }, |
| 137 "resetPassword": { | 137 "resetPassword": { |
| 138 "description": "Set account info for a user.", | 138 "description": "Reset password for a user.", |
| 139 "httpMethod": "POST", | 139 "httpMethod": "POST", |
| 140 "id": "identitytoolkit.relyingparty.resetPassword", | 140 "id": "identitytoolkit.relyingparty.resetPassword", |
| 141 "path": "resetPassword", | 141 "path": "resetPassword", |
| 142 "request": { | 142 "request": { |
| 143 "$ref": "IdentitytoolkitRelyingpartyResetPasswordRequest
" | 143 "$ref": "IdentitytoolkitRelyingpartyResetPasswordRequest
" |
| 144 }, | 144 }, |
| 145 "response": { | 145 "response": { |
| 146 "$ref": "ResetPasswordResponse" | 146 "$ref": "ResetPasswordResponse" |
| 147 } | 147 } |
| 148 }, | 148 }, |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 "request": { | 190 "request": { |
| 191 "$ref": "IdentitytoolkitRelyingpartyVerifyPasswordReques
t" | 191 "$ref": "IdentitytoolkitRelyingpartyVerifyPasswordReques
t" |
| 192 }, | 192 }, |
| 193 "response": { | 193 "response": { |
| 194 "$ref": "VerifyPasswordResponse" | 194 "$ref": "VerifyPasswordResponse" |
| 195 } | 195 } |
| 196 } | 196 } |
| 197 } | 197 } |
| 198 } | 198 } |
| 199 }, | 199 }, |
| 200 "revision": "20140717", | 200 "revision": "20140916", |
| 201 "rootUrl": "https://www.googleapis.com/", | 201 "rootUrl": "https://www.googleapis.com/", |
| 202 "schemas": { | 202 "schemas": { |
| 203 "CreateAuthUriResponse": { | 203 "CreateAuthUriResponse": { |
| 204 "description": "Response of creating the IDP authentication URL.", | 204 "description": "Response of creating the IDP authentication URL.", |
| 205 "id": "CreateAuthUriResponse", | 205 "id": "CreateAuthUriResponse", |
| 206 "properties": { | 206 "properties": { |
| 207 "authUri": { | 207 "authUri": { |
| 208 "description": "The URI used by the IDP to authenticate the
user.", | 208 "description": "The URI used by the IDP to authenticate the
user.", |
| 209 "type": "string" | 209 "type": "string" |
| 210 }, | 210 }, |
| 211 "captchaRequired": { |
| 212 "description": "True if captcha is required.", |
| 213 "type": "boolean" |
| 214 }, |
| 211 "forExistingProvider": { | 215 "forExistingProvider": { |
| 212 "description": "True if the authUri is for user's existing p
rovider.", | 216 "description": "True if the authUri is for user's existing p
rovider.", |
| 213 "type": "boolean" | 217 "type": "boolean" |
| 214 }, | 218 }, |
| 215 "kind": { | 219 "kind": { |
| 216 "default": "identitytoolkit#CreateAuthUriResponse", | 220 "default": "identitytoolkit#CreateAuthUriResponse", |
| 217 "description": "The fixed string identitytoolkit#CreateAuthU
riResponse\".", | 221 "description": "The fixed string identitytoolkit#CreateAuthU
riResponse\".", |
| 218 "type": "string" | 222 "type": "string" |
| 219 }, | 223 }, |
| 220 "providerId": { | 224 "providerId": { |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 914 "type": "boolean" | 918 "type": "boolean" |
| 915 } | 919 } |
| 916 }, | 920 }, |
| 917 "type": "object" | 921 "type": "object" |
| 918 } | 922 } |
| 919 }, | 923 }, |
| 920 "servicePath": "identitytoolkit/v3/relyingparty/", | 924 "servicePath": "identitytoolkit/v3/relyingparty/", |
| 921 "title": "Google Identity Toolkit API", | 925 "title": "Google Identity Toolkit API", |
| 922 "version": "v3" | 926 "version": "v3" |
| 923 } | 927 } |
| OLD | NEW |