You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2025. It is now read-only.
If you enabled Custom totp and enroll a user in the custom totp when calling listFactors method an exception is throw and the factors are not returned by the sdk
$user->getFactors()
ERROR:"Value 'token:hotp' is not part of the enum Okta\UserFactors\FactorType"
It looks like this factor type needs support added.