OLD | NEW |
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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/mRP2pwjx8HZNSfXtE0G7azflT_U\"", | 21 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/UEEkETf0vZtePxQ-d6aevRNtFfM\"", |
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 Loading... |
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": "20170425", | 343 "revision": "20170712", |
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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 "idToken": { | 642 "idToken": { |
643 "description": "The GITKit token of the authenticated user."
, | 643 "description": "The GITKit token of the authenticated user."
, |
644 "type": "string" | 644 "type": "string" |
645 }, | 645 }, |
646 "localId": { | 646 "localId": { |
647 "description": "The list of local ID's of the users to inqui
ry.", | 647 "description": "The list of local ID's of the users to inqui
ry.", |
648 "items": { | 648 "items": { |
649 "type": "string" | 649 "type": "string" |
650 }, | 650 }, |
651 "type": "array" | 651 "type": "array" |
| 652 }, |
| 653 "phoneNumber": { |
| 654 "description": "Privileged caller can query users by specifi
ed phone number.", |
| 655 "items": { |
| 656 "type": "string" |
| 657 }, |
| 658 "type": "array" |
652 } | 659 } |
653 }, | 660 }, |
654 "type": "object" | 661 "type": "object" |
655 }, | 662 }, |
656 "IdentitytoolkitRelyingpartyGetProjectConfigResponse": { | 663 "IdentitytoolkitRelyingpartyGetProjectConfigResponse": { |
657 "description": "Response of getting the project configuration.", | 664 "description": "Response of getting the project configuration.", |
658 "id": "IdentitytoolkitRelyingpartyGetProjectConfigResponse", | 665 "id": "IdentitytoolkitRelyingpartyGetProjectConfigResponse", |
659 "properties": { | 666 "properties": { |
660 "allowPasswordUser": { | 667 "allowPasswordUser": { |
661 "description": "Whether to allow password user sign in or si
gn up.", | 668 "description": "Whether to allow password user sign in or si
gn up.", |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 "type": "string" | 821 "type": "string" |
815 }, | 822 }, |
816 "oobCode": { | 823 "oobCode": { |
817 "description": "The out-of-band code of the change email req
uest.", | 824 "description": "The out-of-band code of the change email req
uest.", |
818 "type": "string" | 825 "type": "string" |
819 }, | 826 }, |
820 "password": { | 827 "password": { |
821 "description": "The new password of the user.", | 828 "description": "The new password of the user.", |
822 "type": "string" | 829 "type": "string" |
823 }, | 830 }, |
| 831 "phoneNumber": { |
| 832 "description": "Privileged caller can update user with speci
fied phone number.", |
| 833 "type": "string" |
| 834 }, |
824 "photoUrl": { | 835 "photoUrl": { |
825 "description": "The photo url of the user.", | 836 "description": "The photo url of the user.", |
826 "type": "string" | 837 "type": "string" |
827 }, | 838 }, |
828 "provider": { | 839 "provider": { |
829 "description": "The associated IDPs of the user.", | 840 "description": "The associated IDPs of the user.", |
830 "items": { | 841 "items": { |
831 "type": "string" | 842 "type": "string" |
832 }, | 843 }, |
833 "type": "array" | 844 "type": "array" |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
980 "type": "string" | 991 "type": "string" |
981 }, | 992 }, |
982 "localId": { | 993 "localId": { |
983 "description": "Privileged caller can create user with speci
fied user id.", | 994 "description": "Privileged caller can create user with speci
fied user id.", |
984 "type": "string" | 995 "type": "string" |
985 }, | 996 }, |
986 "password": { | 997 "password": { |
987 "description": "The new password of the user.", | 998 "description": "The new password of the user.", |
988 "type": "string" | 999 "type": "string" |
989 }, | 1000 }, |
| 1001 "phoneNumber": { |
| 1002 "description": "Privileged caller can create user with speci
fied phone number.", |
| 1003 "type": "string" |
| 1004 }, |
990 "photoUrl": { | 1005 "photoUrl": { |
991 "description": "The photo url of the user.", | 1006 "description": "The photo url of the user.", |
992 "type": "string" | 1007 "type": "string" |
993 } | 1008 } |
994 }, | 1009 }, |
995 "type": "object" | 1010 "type": "object" |
996 }, | 1011 }, |
997 "IdentitytoolkitRelyingpartyUploadAccountRequest": { | 1012 "IdentitytoolkitRelyingpartyUploadAccountRequest": { |
998 "description": "Request to upload user account in batch.", | 1013 "description": "Request to upload user account in batch.", |
999 "id": "IdentitytoolkitRelyingpartyUploadAccountRequest", | 1014 "id": "IdentitytoolkitRelyingpartyUploadAccountRequest", |
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1815 "type": "boolean" | 1830 "type": "boolean" |
1816 } | 1831 } |
1817 }, | 1832 }, |
1818 "type": "object" | 1833 "type": "object" |
1819 } | 1834 } |
1820 }, | 1835 }, |
1821 "servicePath": "identitytoolkit/v3/relyingparty/", | 1836 "servicePath": "identitytoolkit/v3/relyingparty/", |
1822 "title": "Google Identity Toolkit API", | 1837 "title": "Google Identity Toolkit API", |
1823 "version": "v3" | 1838 "version": "v3" |
1824 } | 1839 } |
OLD | NEW |