Login response data from successful authentication.
Contains account information, available endpoints, and user details returned after successful CAS authentication.
const loginResult: XLoginResult = { accountList: [ { accountNo: 12345678, currency: 'PLN', endpointType: 'meta1' } ], endpointList: ['meta1', 'meta2'], userData: { name: 'John', surname: 'Smith' }}; Copy
const loginResult: XLoginResult = { accountList: [ { accountNo: 12345678, currency: 'PLN', endpointType: 'meta1' } ], endpointList: ['meta1', 'meta2'], userData: { name: 'John', surname: 'Smith' }};
List of available trading accounts
Account number
Account base currency
Endpoint type (server)
Available server endpoints
User information
User's first name
User's last name
Login response data from successful authentication.
Contains account information, available endpoints, and user details returned after successful CAS authentication.
Example