| Why We want to allow developers to access more information about the current logged in, like:
- is OTP enabled for the current user?
- is email verified for the current user?
What Return the account details of the current logged in user. Suggested How Once logged, call the '/account' end point and return the information of the user account. See keycloak.js: https://github.com/keycloak/keycloak-js-bower/blob/master/dist/keycloak.js#L346 |