Uses of Class
com.twilio.rest.verify.v2.service.entity.Factor.TotpAlgorithms
-
Packages that use Factor.TotpAlgorithms Package Description com.twilio.rest.verify.v2.service.entity -
-
Uses of Factor.TotpAlgorithms in com.twilio.rest.verify.v2.service.entity
Methods in com.twilio.rest.verify.v2.service.entity that return Factor.TotpAlgorithms Modifier and Type Method Description static Factor.TotpAlgorithmsFactor.TotpAlgorithms. forValue(String value)static Factor.TotpAlgorithmsFactor.TotpAlgorithms. valueOf(String name)Returns the enum constant of this type with the specified name.static Factor.TotpAlgorithms[]Factor.TotpAlgorithms. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.verify.v2.service.entity with parameters of type Factor.TotpAlgorithms Modifier and Type Method Description FactorUpdaterFactorUpdater. setConfigAlg(Factor.TotpAlgorithms configAlg)
-