Uses of Class
com.twilio.rest.verify.v2.service.entity.NewFactor.TotpAlgorithms
-
Packages that use NewFactor.TotpAlgorithms Package Description com.twilio.rest.verify.v2.service.entity -
-
Uses of NewFactor.TotpAlgorithms in com.twilio.rest.verify.v2.service.entity
Methods in com.twilio.rest.verify.v2.service.entity that return NewFactor.TotpAlgorithms Modifier and Type Method Description static NewFactor.TotpAlgorithmsNewFactor.TotpAlgorithms. forValue(String value)static NewFactor.TotpAlgorithmsNewFactor.TotpAlgorithms. valueOf(String name)Returns the enum constant of this type with the specified name.static NewFactor.TotpAlgorithms[]NewFactor.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 NewFactor.TotpAlgorithms Modifier and Type Method Description NewFactorCreatorNewFactorCreator. setConfigAlg(NewFactor.TotpAlgorithms configAlg)
-