Uses of Class
com.twilio.rest.verify.v2.service.AccessToken.FactorTypes
-
Packages that use AccessToken.FactorTypes Package Description com.twilio.rest.verify.v2.service -
-
Uses of AccessToken.FactorTypes in com.twilio.rest.verify.v2.service
Methods in com.twilio.rest.verify.v2.service that return AccessToken.FactorTypes Modifier and Type Method Description static AccessToken.FactorTypesAccessToken.FactorTypes. forValue(String value)AccessToken.FactorTypesAccessToken. getFactorType()static AccessToken.FactorTypesAccessToken.FactorTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessToken.FactorTypes[]AccessToken.FactorTypes. 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 with parameters of type AccessToken.FactorTypes Modifier and Type Method Description static AccessTokenCreatorAccessToken. creator(String pathServiceSid, String identity, AccessToken.FactorTypes factorType)AccessTokenCreatorAccessTokenCreator. setFactorType(AccessToken.FactorTypes factorType)Constructors in com.twilio.rest.verify.v2.service with parameters of type AccessToken.FactorTypes Constructor Description AccessTokenCreator(String pathServiceSid, String identity, AccessToken.FactorTypes factorType)
-