Files
digifi-BankEmulator/app/swagger/schemas/eco/AuthenticationResponse.json
T
2025-07-30 05:16:47 +01:00

15 lines
197 B
JSON

{
"type": "object",
"properties": {
"resultCode": {
"type": "string"
},
"resultDescription": {
"type": "string"
},
"token": {
"type": "string"
}
}
}