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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/R4cuCODTYsbGjTBiFOeVYpfBJ-Q\"", | 9 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/IJj1jCXKrMcqhJ0zJSLG4wx2EFg\"", |
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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 "request": { | 268 "request": { |
269 "$ref": "IdentitytoolkitRelyingpartyVerifyPasswordReques
t" | 269 "$ref": "IdentitytoolkitRelyingpartyVerifyPasswordReques
t" |
270 }, | 270 }, |
271 "response": { | 271 "response": { |
272 "$ref": "VerifyPasswordResponse" | 272 "$ref": "VerifyPasswordResponse" |
273 } | 273 } |
274 } | 274 } |
275 } | 275 } |
276 } | 276 } |
277 }, | 277 }, |
278 "revision": "20160510", | 278 "revision": "20160603", |
279 "rootUrl": "https://www.googleapis.com/", | 279 "rootUrl": "https://www.googleapis.com/", |
280 "schemas": { | 280 "schemas": { |
281 "CreateAuthUriResponse": { | 281 "CreateAuthUriResponse": { |
282 "description": "Response of creating the IDP authentication URL.", | 282 "description": "Response of creating the IDP authentication URL.", |
283 "id": "CreateAuthUriResponse", | 283 "id": "CreateAuthUriResponse", |
284 "properties": { | 284 "properties": { |
285 "allProviders": { | 285 "allProviders": { |
286 "description": "all providers the user has once used to do f
ederated login", | 286 "description": "all providers the user has once used to do f
ederated login", |
287 "items": { | 287 "items": { |
288 "type": "string" | 288 "type": "string" |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 "id": "IdentitytoolkitRelyingpartySetAccountInfoRequest", | 657 "id": "IdentitytoolkitRelyingpartySetAccountInfoRequest", |
658 "properties": { | 658 "properties": { |
659 "captchaChallenge": { | 659 "captchaChallenge": { |
660 "description": "The captcha challenge.", | 660 "description": "The captcha challenge.", |
661 "type": "string" | 661 "type": "string" |
662 }, | 662 }, |
663 "captchaResponse": { | 663 "captchaResponse": { |
664 "description": "Response to the captcha.", | 664 "description": "Response to the captcha.", |
665 "type": "string" | 665 "type": "string" |
666 }, | 666 }, |
| 667 "createdAt": { |
| 668 "description": "The timestamp when the account is created.", |
| 669 "format": "int64", |
| 670 "type": "string" |
| 671 }, |
667 "delegatedProjectNumber": { | 672 "delegatedProjectNumber": { |
668 "description": "GCP project number of the requesting delegat
ed app. Currently only intended for Firebase V1 migration.", | 673 "description": "GCP project number of the requesting delegat
ed app. Currently only intended for Firebase V1 migration.", |
669 "format": "int64", | 674 "format": "int64", |
670 "type": "string" | 675 "type": "string" |
671 }, | 676 }, |
672 "deleteAttribute": { | 677 "deleteAttribute": { |
673 "description": "The attributes users request to delete.", | 678 "description": "The attributes users request to delete.", |
674 "items": { | 679 "items": { |
675 "type": "string" | 680 "type": "string" |
676 }, | 681 }, |
(...skipping 23 matching lines...) Expand all Loading... |
700 "type": "boolean" | 705 "type": "boolean" |
701 }, | 706 }, |
702 "idToken": { | 707 "idToken": { |
703 "description": "The GITKit token of the authenticated user."
, | 708 "description": "The GITKit token of the authenticated user."
, |
704 "type": "string" | 709 "type": "string" |
705 }, | 710 }, |
706 "instanceId": { | 711 "instanceId": { |
707 "description": "Instance id token of the app.", | 712 "description": "Instance id token of the app.", |
708 "type": "string" | 713 "type": "string" |
709 }, | 714 }, |
| 715 "lastLoginAt": { |
| 716 "description": "Last login timestamp.", |
| 717 "format": "int64", |
| 718 "type": "string" |
| 719 }, |
710 "localId": { | 720 "localId": { |
711 "description": "The local ID of the user.", | 721 "description": "The local ID of the user.", |
712 "type": "string" | 722 "type": "string" |
713 }, | 723 }, |
714 "oobCode": { | 724 "oobCode": { |
715 "description": "The out-of-band code of the change email req
uest.", | 725 "description": "The out-of-band code of the change email req
uest.", |
716 "type": "string" | 726 "type": "string" |
717 }, | 727 }, |
718 "password": { | 728 "password": { |
719 "description": "The new password of the user.", | 729 "description": "The new password of the user.", |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1048 "format": "int32", | 1058 "format": "int32", |
1049 "type": "integer" | 1059 "type": "integer" |
1050 }, | 1060 }, |
1051 "provider": { | 1061 "provider": { |
1052 "description": "OAuth2 provider.", | 1062 "description": "OAuth2 provider.", |
1053 "type": "string" | 1063 "type": "string" |
1054 }, | 1064 }, |
1055 "secret": { | 1065 "secret": { |
1056 "description": "OAuth2 client secret.", | 1066 "description": "OAuth2 client secret.", |
1057 "type": "string" | 1067 "type": "string" |
| 1068 }, |
| 1069 "whitelistedAudiences": { |
| 1070 "description": "Whitelisted client IDs for audience check.", |
| 1071 "items": { |
| 1072 "type": "string" |
| 1073 }, |
| 1074 "type": "array" |
1058 } | 1075 } |
1059 }, | 1076 }, |
1060 "type": "object" | 1077 "type": "object" |
1061 }, | 1078 }, |
1062 "Relyingparty": { | 1079 "Relyingparty": { |
1063 "description": "Request of getting a code for user confirmation (res
et password, change email etc.)", | 1080 "description": "Request of getting a code for user confirmation (res
et password, change email etc.)", |
1064 "id": "Relyingparty", | 1081 "id": "Relyingparty", |
1065 "properties": { | 1082 "properties": { |
1066 "captchaResp": { | 1083 "captchaResp": { |
1067 "description": "The recaptcha response from the user.", | 1084 "description": "The recaptcha response from the user.", |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1254 "description": "The fixed string \"identitytoolkit#UploadAcc
ountResponse\".", | 1271 "description": "The fixed string \"identitytoolkit#UploadAcc
ountResponse\".", |
1255 "type": "string" | 1272 "type": "string" |
1256 } | 1273 } |
1257 }, | 1274 }, |
1258 "type": "object" | 1275 "type": "object" |
1259 }, | 1276 }, |
1260 "UserInfo": { | 1277 "UserInfo": { |
1261 "description": "Template for an individual account info.", | 1278 "description": "Template for an individual account info.", |
1262 "id": "UserInfo", | 1279 "id": "UserInfo", |
1263 "properties": { | 1280 "properties": { |
| 1281 "createdAt": { |
| 1282 "description": "User creation timestamp.", |
| 1283 "format": "int64", |
| 1284 "type": "string" |
| 1285 }, |
1264 "disabled": { | 1286 "disabled": { |
1265 "description": "Whether the user is disabled.", | 1287 "description": "Whether the user is disabled.", |
1266 "type": "boolean" | 1288 "type": "boolean" |
1267 }, | 1289 }, |
1268 "displayName": { | 1290 "displayName": { |
1269 "description": "The name of the user.", | 1291 "description": "The name of the user.", |
1270 "type": "string" | 1292 "type": "string" |
1271 }, | 1293 }, |
1272 "email": { | 1294 "email": { |
1273 "description": "The email of the user.", | 1295 "description": "The email of the user.", |
1274 "type": "string" | 1296 "type": "string" |
1275 }, | 1297 }, |
1276 "emailVerified": { | 1298 "emailVerified": { |
1277 "description": "Whether the email has been verified.", | 1299 "description": "Whether the email has been verified.", |
1278 "type": "boolean" | 1300 "type": "boolean" |
1279 }, | 1301 }, |
| 1302 "lastLoginAt": { |
| 1303 "description": "last login timestamp.", |
| 1304 "format": "int64", |
| 1305 "type": "string" |
| 1306 }, |
1280 "localId": { | 1307 "localId": { |
1281 "description": "The local ID of the user.", | 1308 "description": "The local ID of the user.", |
1282 "type": "string" | 1309 "type": "string" |
1283 }, | 1310 }, |
1284 "passwordHash": { | 1311 "passwordHash": { |
1285 "description": "The user's hashed password.", | 1312 "description": "The user's hashed password.", |
1286 "format": "byte", | 1313 "format": "byte", |
1287 "type": "string" | 1314 "type": "string" |
1288 }, | 1315 }, |
1289 "passwordUpdatedAt": { | 1316 "passwordUpdatedAt": { |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1580 "type": "boolean" | 1607 "type": "boolean" |
1581 } | 1608 } |
1582 }, | 1609 }, |
1583 "type": "object" | 1610 "type": "object" |
1584 } | 1611 } |
1585 }, | 1612 }, |
1586 "servicePath": "identitytoolkit/v3/relyingparty/", | 1613 "servicePath": "identitytoolkit/v3/relyingparty/", |
1587 "title": "Google Identity Toolkit API", | 1614 "title": "Google Identity Toolkit API", |
1588 "version": "v3" | 1615 "version": "v3" |
1589 } | 1616 } |
OLD | NEW |