How can I get TOTP status (set or not) for user profile using keycloak-js or API?
Tried:
keycloak.loadUserProfile().then(x => {...}) // there is no any info about totp
keycloak.loadUserInfo().then(x => {...}) // there is no any info about totp
Using Admin Rest API
GET "/admin/realms/{realm}/users/{userId}"
There is no any info as well