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
510 B
JSON
22 lines
510 B
JSON
{
|
|
"token": {
|
|
"methods": [
|
|
"token"
|
|
],
|
|
"expires_at": "2015-11-05T22:00:11.000000Z",
|
|
"user": {
|
|
"domain": {
|
|
"id": "default",
|
|
"name": "Default"
|
|
},
|
|
"id": "10a2e6e717a245d9acad3e5f97aeca3d",
|
|
"name": "admin",
|
|
"password_expires_at": null
|
|
},
|
|
"audit_ids": [
|
|
"mAjXQhiYRyKwkB4qygdLVg"
|
|
],
|
|
"issued_at": "2015-11-05T21:00:33.819948Z"
|
|
}
|
|
}
|