6564b40641
Adds API ref examples for TOTP and Auth receipts. Adds docs for MFA and changes some of the user options docs. Change-Id: Id5497064e580093e4a2c7d904670a58095833b3b
21 lines
467 B
JSON
21 lines
467 B
JSON
{
|
|
"receipt":{
|
|
"expires_at":"2018-07-05T08:39:23.000000Z",
|
|
"issued_at":"2018-07-05T08:34:23.000000Z",
|
|
"methods": [
|
|
"password"
|
|
],
|
|
"user": {
|
|
"domain": {
|
|
"id": "default",
|
|
"name": "Default"
|
|
},
|
|
"id": "ee4dfb6e5540447cb3741905149d9b6e",
|
|
"name": "admin"
|
|
}
|
|
},
|
|
"required_auth_methods": [
|
|
["totp", "password"]
|
|
]
|
|
}
|