3cc3986a89
The /v3/auth/token API's response body doesn't contain extra at all. It has been removed here: https://review.openstack.org/#/c/249480/ This patch remove the "extra" from api-ref to avoid misleading. Change-Id: I3d41c022835bc43e5bf46d1d522dfcdcc0a8922e
22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"token": {
|
|
"methods": [
|
|
"password"
|
|
],
|
|
"expires_at": "2015-11-06T15:32:17.893769Z",
|
|
"user": {
|
|
"domain": {
|
|
"id": "default",
|
|
"name": "Default"
|
|
},
|
|
"id": "423f19a4ac1e4f48bbb4180756e6eb6c",
|
|
"name": "admin",
|
|
"password_expires_at": null
|
|
},
|
|
"audit_ids": [
|
|
"ZzZwkUflQfygX7pdYDBCQQ"
|
|
],
|
|
"issued_at": "2015-11-06T14:32:17.893797Z"
|
|
}
|
|
}
|