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

17 lines
303 B
JSON

{
"type": "object",
"properties": {
"resultCode": {
"type": "string"
},
"resultDescription": {
"type": "string",
"example": "Authentication successful"
},
"token": {
"type": "string",
"example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
}
}