2020-11-25 15:38:49 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "Account is already configured",
|
|
|
|
"reauth_successful": "Re-authentication was successful"
|
|
|
|
},
|
|
|
|
"create_entry": {
|
|
|
|
"default": "Successfully authenticated"
|
2020-11-26 00:03:15 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"invalid_auth": "Invalid authentication"
|
|
|
|
},
|
|
|
|
"step": {
|
2022-10-31 14:56:13 +00:00
|
|
|
"reauth_confirm": {
|
2020-11-26 00:03:15 +00:00
|
|
|
"data": {
|
|
|
|
"password": "Password"
|
|
|
|
},
|
2021-02-24 00:04:14 +00:00
|
|
|
"description": "Authentication tokens became invalid, login to recreate them."
|
2020-11-26 00:03:15 +00:00
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"password": "Password",
|
|
|
|
"url": "Website",
|
|
|
|
"username": "Username"
|
|
|
|
}
|
|
|
|
}
|
2020-11-25 15:38:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|