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.
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.