20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"errcode": "M_FORBIDDEN",
|
|
"error": "Invalid password",
|
|
"completed": ["example.type.foo"],
|
|
"flows": [
|
|
{
|
|
"stages": ["example.type.foo", "example.type.bar"]
|
|
},
|
|
{
|
|
"stages": ["example.type.foo", "example.type.baz"]
|
|
}
|
|
],
|
|
"params": {
|
|
"example.type.baz": {
|
|
"example_key": "foobar"
|
|
}
|
|
},
|
|
"session": "xxxxxx"
|
|
}
|