Uses of Class
com.oracle.bmc.identitydomains.model.ExtensionPasswordlessUser.FactorType
-
Packages that use ExtensionPasswordlessUser.FactorType Package Description com.oracle.bmc.identitydomains.model -
-
Uses of ExtensionPasswordlessUser.FactorType in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ExtensionPasswordlessUser.FactorType Modifier and Type Method Description static ExtensionPasswordlessUser.FactorTypeExtensionPasswordlessUser.FactorType. create(String key)ExtensionPasswordlessUser.FactorTypeExtensionPasswordlessUser. getFactorType()Authentication Factor Typestatic ExtensionPasswordlessUser.FactorTypeExtensionPasswordlessUser.FactorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtensionPasswordlessUser.FactorType[]ExtensionPasswordlessUser.FactorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type ExtensionPasswordlessUser.FactorType Modifier and Type Method Description ExtensionPasswordlessUser.BuilderExtensionPasswordlessUser.Builder. factorType(ExtensionPasswordlessUser.FactorType factorType)Authentication Factor TypeConstructors in com.oracle.bmc.identitydomains.model with parameters of type ExtensionPasswordlessUser.FactorType Constructor Description ExtensionPasswordlessUser(ExtensionPasswordlessUser.FactorType factorType, String factorMethod, UserExtFactorIdentifier factorIdentifier)Deprecated.
-