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

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

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 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/e7L4gGXJzl8PkSEyyAcfyGJlqQA\"", 21 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/yXklm7FmX0B5usOgdbt9pvbqhCA\"",
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": "20170308", 343 "revision": "20170413",
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 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 "passwordHash": { 1483 "passwordHash": {
1484 "description": "The user's hashed password.", 1484 "description": "The user's hashed password.",
1485 "format": "byte", 1485 "format": "byte",
1486 "type": "string" 1486 "type": "string"
1487 }, 1487 },
1488 "passwordUpdatedAt": { 1488 "passwordUpdatedAt": {
1489 "description": "The timestamp when the password was last upd ated.", 1489 "description": "The timestamp when the password was last upd ated.",
1490 "format": "double", 1490 "format": "double",
1491 "type": "number" 1491 "type": "number"
1492 }, 1492 },
1493 "phoneNumber": {
1494 "description": "User's phone number.",
1495 "type": "string"
1496 },
1493 "photoUrl": { 1497 "photoUrl": {
1494 "description": "The URL of the user profile photo.", 1498 "description": "The URL of the user profile photo.",
1495 "type": "string" 1499 "type": "string"
1496 }, 1500 },
1497 "providerUserInfo": { 1501 "providerUserInfo": {
1498 "description": "The IDP of the user.", 1502 "description": "The IDP of the user.",
1499 "items": { 1503 "items": {
1500 "properties": { 1504 "properties": {
1501 "displayName": { 1505 "displayName": {
1502 "description": "The user's display name at the I DP.", 1506 "description": "The user's display name at the I DP.",
1503 "type": "string" 1507 "type": "string"
1504 }, 1508 },
1505 "email": { 1509 "email": {
1506 "description": "User's email at IDP.", 1510 "description": "User's email at IDP.",
1507 "type": "string" 1511 "type": "string"
1508 }, 1512 },
1509 "federatedId": { 1513 "federatedId": {
1510 "description": "User's identifier at IDP.", 1514 "description": "User's identifier at IDP.",
1511 "type": "string" 1515 "type": "string"
1512 }, 1516 },
1517 "phoneNumber": {
1518 "description": "User's phone number.",
1519 "type": "string"
1520 },
1513 "photoUrl": { 1521 "photoUrl": {
1514 "description": "The user's photo url at the IDP. ", 1522 "description": "The user's photo url at the IDP. ",
1515 "type": "string" 1523 "type": "string"
1516 }, 1524 },
1517 "providerId": { 1525 "providerId": {
1518 "description": "The IdP ID. For white listed IdP s it's a short domain name, e.g., google.com, aol.com, live.net and yahoo.com. F or other OpenID IdPs it's the OP identifier.", 1526 "description": "The IdP ID. For white listed IdP s it's a short domain name, e.g., google.com, aol.com, live.net and yahoo.com. F or other OpenID IdPs it's the OP identifier.",
1519 "type": "string" 1527 "type": "string"
1520 }, 1528 },
1521 "rawId": { 1529 "rawId": {
1522 "description": "User's raw identifier directly r eturned from IDP.", 1530 "description": "User's raw identifier directly r eturned from IDP.",
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 "type": "boolean" 1815 "type": "boolean"
1808 } 1816 }
1809 }, 1817 },
1810 "type": "object" 1818 "type": "object"
1811 } 1819 }
1812 }, 1820 },
1813 "servicePath": "identitytoolkit/v3/relyingparty/", 1821 "servicePath": "identitytoolkit/v3/relyingparty/",
1814 "title": "Google Identity Toolkit API", 1822 "title": "Google Identity Toolkit API",
1815 "version": "v3" 1823 "version": "v3"
1816 } 1824 }
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