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

Side by Side Diff: discovery/googleapis/identitytoolkit__v3.json

Issue 2779563003: Api-roll 47: 2017-03-27 (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis/iam__v1.json ('k') | discovery/googleapis/kgsearch__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": { 5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "View and manage your data across Google Clou d Platform services" 6 "description": "View and manage your data across Google Clou d Platform services"
7 }, 7 },
8 "https://www.googleapis.com/auth/firebase": { 8 "https://www.googleapis.com/auth/firebase": {
9 "description": "View and administer all your Firebase data a nd settings" 9 "description": "View and administer all your Firebase data a nd settings"
10 } 10 }
11 } 11 }
12 } 12 }
13 }, 13 },
14 "basePath": "/identitytoolkit/v3/relyingparty/", 14 "basePath": "/identitytoolkit/v3/relyingparty/",
15 "baseUrl": "https://www.googleapis.com/identitytoolkit/v3/relyingparty/", 15 "baseUrl": "https://www.googleapis.com/identitytoolkit/v3/relyingparty/",
16 "batchPath": "batch", 16 "batchPath": "batch",
17 "canonicalName": "Identity Toolkit", 17 "canonicalName": "Identity Toolkit",
18 "description": "Help the third party sites to implement federated login.", 18 "description": "Help the third party sites to implement federated login.",
19 "discoveryVersion": "v1", 19 "discoveryVersion": "v1",
20 "documentationLink": "https://developers.google.com/identity-toolkit/v3/", 20 "documentationLink": "https://developers.google.com/identity-toolkit/v3/",
21 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Eza5dkILxsH0BZXGL1UuGyoKbqY\"", 21 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/e7L4gGXJzl8PkSEyyAcfyGJlqQA\"",
22 "icons": { 22 "icons": {
23 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png", 23 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
24 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png" 24 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png"
25 }, 25 },
26 "id": "identitytoolkit:v3", 26 "id": "identitytoolkit:v3",
27 "kind": "discovery#restDescription", 27 "kind": "discovery#restDescription",
28 "name": "identitytoolkit", 28 "name": "identitytoolkit",
29 "ownerDomain": "google.com", 29 "ownerDomain": "google.com",
30 "ownerName": "Google", 30 "ownerName": "Google",
31 "parameters": { 31 "parameters": {
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "response": { 333 "response": {
334 "$ref": "VerifyPasswordResponse" 334 "$ref": "VerifyPasswordResponse"
335 }, 335 },
336 "scopes": [ 336 "scopes": [
337 "https://www.googleapis.com/auth/cloud-platform" 337 "https://www.googleapis.com/auth/cloud-platform"
338 ] 338 ]
339 } 339 }
340 } 340 }
341 } 341 }
342 }, 342 },
343 "revision": "20170203", 343 "revision": "20170308",
344 "rootUrl": "https://www.googleapis.com/", 344 "rootUrl": "https://www.googleapis.com/",
345 "schemas": { 345 "schemas": {
346 "CreateAuthUriResponse": { 346 "CreateAuthUriResponse": {
347 "description": "Response of creating the IDP authentication URL.", 347 "description": "Response of creating the IDP authentication URL.",
348 "id": "CreateAuthUriResponse", 348 "id": "CreateAuthUriResponse",
349 "properties": { 349 "properties": {
350 "allProviders": { 350 "allProviders": {
351 "description": "all providers the user has once used to do f ederated login", 351 "description": "all providers the user has once used to do f ederated login",
352 "items": { 352 "items": {
353 "type": "string" 353 "type": "string"
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 }, 1046 },
1047 "type": "array" 1047 "type": "array"
1048 } 1048 }
1049 }, 1049 },
1050 "type": "object" 1050 "type": "object"
1051 }, 1051 },
1052 "IdentitytoolkitRelyingpartyVerifyAssertionRequest": { 1052 "IdentitytoolkitRelyingpartyVerifyAssertionRequest": {
1053 "description": "Request to verify the IDP assertion.", 1053 "description": "Request to verify the IDP assertion.",
1054 "id": "IdentitytoolkitRelyingpartyVerifyAssertionRequest", 1054 "id": "IdentitytoolkitRelyingpartyVerifyAssertionRequest",
1055 "properties": { 1055 "properties": {
1056 "autoCreate": {
1057 "description": "When it's true, automatically creates a new account if the user doesn't exist. When it's false, allows existing user to sign in normally and throws exception if the user doesn't exist.",
1058 "type": "boolean"
1059 },
1056 "delegatedProjectNumber": { 1060 "delegatedProjectNumber": {
1057 "description": "GCP project number of the requesting delegat ed app. Currently only intended for Firebase V1 migration.", 1061 "description": "GCP project number of the requesting delegat ed app. Currently only intended for Firebase V1 migration.",
1058 "format": "int64", 1062 "format": "int64",
1059 "type": "string" 1063 "type": "string"
1060 }, 1064 },
1061 "idToken": { 1065 "idToken": {
1062 "description": "The GITKit token of the authenticated user." , 1066 "description": "The GITKit token of the authenticated user." ,
1063 "type": "string" 1067 "type": "string"
1064 }, 1068 },
1065 "instanceId": { 1069 "instanceId": {
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 }, 1201 },
1198 "type": "array" 1202 "type": "array"
1199 } 1203 }
1200 }, 1204 },
1201 "type": "object" 1205 "type": "object"
1202 }, 1206 },
1203 "Relyingparty": { 1207 "Relyingparty": {
1204 "description": "Request of getting a code for user confirmation (res et password, change email etc.)", 1208 "description": "Request of getting a code for user confirmation (res et password, change email etc.)",
1205 "id": "Relyingparty", 1209 "id": "Relyingparty",
1206 "properties": { 1210 "properties": {
1211 "androidInstallApp": {
1212 "description": "whether or not to install the android app on the device where the link is opened",
1213 "type": "boolean"
1214 },
1215 "androidMinimumVersion": {
1216 "description": "minimum version of the app. if the version o n the device is lower than this version then the user is taken to the play store to upgrade the app",
1217 "type": "string"
1218 },
1219 "androidPackageName": {
1220 "description": "android package name of the android app to h andle the action code",
1221 "type": "string"
1222 },
1223 "canHandleCodeInApp": {
1224 "description": "whether or not the app can handle the oob co de without first going to web",
1225 "type": "boolean"
1226 },
1207 "captchaResp": { 1227 "captchaResp": {
1208 "description": "The recaptcha response from the user.", 1228 "description": "The recaptcha response from the user.",
1209 "type": "string" 1229 "type": "string"
1210 }, 1230 },
1211 "challenge": { 1231 "challenge": {
1212 "description": "The recaptcha challenge presented to the use r.", 1232 "description": "The recaptcha challenge presented to the use r.",
1213 "type": "string" 1233 "type": "string"
1214 }, 1234 },
1235 "continueUrl": {
1236 "description": "The url to continue to the Gitkit app",
1237 "type": "string"
1238 },
1215 "email": { 1239 "email": {
1216 "description": "The email of the user.", 1240 "description": "The email of the user.",
1217 "type": "string" 1241 "type": "string"
1218 }, 1242 },
1243 "iOSAppStoreId": {
1244 "description": "iOS app store id to download the app if it's not already installed",
1245 "type": "string"
1246 },
1247 "iOSBundleId": {
1248 "description": "the iOS bundle id of iOS app to handle the a ction code",
1249 "type": "string"
1250 },
1219 "idToken": { 1251 "idToken": {
1220 "description": "The user's Gitkit login token for email chan ge.", 1252 "description": "The user's Gitkit login token for email chan ge.",
1221 "type": "string" 1253 "type": "string"
1222 }, 1254 },
1223 "kind": { 1255 "kind": {
1224 "default": "identitytoolkit#relyingparty", 1256 "default": "identitytoolkit#relyingparty",
1225 "description": "The fixed string \"identitytoolkit#relyingpa rty\".", 1257 "description": "The fixed string \"identitytoolkit#relyingpa rty\".",
1226 "type": "string" 1258 "type": "string"
1227 }, 1259 },
1228 "newEmail": { 1260 "newEmail": {
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 "type": "boolean" 1807 "type": "boolean"
1776 } 1808 }
1777 }, 1809 },
1778 "type": "object" 1810 "type": "object"
1779 } 1811 }
1780 }, 1812 },
1781 "servicePath": "identitytoolkit/v3/relyingparty/", 1813 "servicePath": "identitytoolkit/v3/relyingparty/",
1782 "title": "Google Identity Toolkit API", 1814 "title": "Google Identity Toolkit API",
1783 "version": "v3" 1815 "version": "v3"
1784 } 1816 }
OLDNEW
« no previous file with comments | « discovery/googleapis/iam__v1.json ('k') | discovery/googleapis/kgsearch__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698