2019-11-26 19:17:11 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"error": {
|
|
|
|
"error_auth_app": "Incorrect application id or secret",
|
|
|
|
"error_auth_mfa": "Incorrect code",
|
|
|
|
"error_auth_user": "Incorrect username or password"
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"auth_app": {
|
|
|
|
"data": {
|
|
|
|
"app_id": "App ID",
|
|
|
|
"app_secret": "Secret"
|
|
|
|
},
|
2020-05-15 00:02:56 +00:00
|
|
|
"description": "Application ID and secret code from [StarLine developer account](https://my.starline.ru/developer)",
|
2019-11-26 19:17:11 +00:00
|
|
|
"title": "Application credentials"
|
|
|
|
},
|
|
|
|
"auth_captcha": {
|
|
|
|
"data": {
|
|
|
|
"captcha_code": "Code from image"
|
|
|
|
},
|
|
|
|
"description": "{captcha_img}",
|
|
|
|
"title": "Captcha"
|
|
|
|
},
|
|
|
|
"auth_mfa": {
|
|
|
|
"data": {
|
|
|
|
"mfa_code": "SMS code"
|
|
|
|
},
|
|
|
|
"description": "Enter the code sent to phone {phone_number}",
|
|
|
|
"title": "Two-factor authorization"
|
|
|
|
},
|
|
|
|
"auth_user": {
|
|
|
|
"data": {
|
|
|
|
"password": "Password",
|
|
|
|
"username": "Username"
|
|
|
|
},
|
|
|
|
"description": "StarLine account email and password",
|
|
|
|
"title": "User credentials"
|
|
|
|
}
|
2020-04-15 16:51:07 +00:00
|
|
|
}
|
2020-04-16 20:00:10 +00:00
|
|
|
}
|
2019-11-26 19:17:11 +00:00
|
|
|
}
|