When a user logs in, it is common practice to display their username together with account balance, exposure, etc.
Whilst I can see how to retrieve the account balance, exposure, etc is there a call that actually returns the username that a person logged in with?
If you are using the interactive login (to allow two factor authentication), the username is NOT set in the cookies, so how exactly do you get this information?
Whilst I can see how to retrieve the account balance, exposure, etc is there a call that actually returns the username that a person logged in with?
If you are using the interactive login (to allow two factor authentication), the username is NOT set in the cookies, so how exactly do you get this information?


Comment