Uses of Class
com.oracle.bmc.identitydomains.model.MyDeviceAuthenticationFactors.Type
-
Packages that use MyDeviceAuthenticationFactors.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyDeviceAuthenticationFactors.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyDeviceAuthenticationFactors.Type Modifier and Type Method Description static MyDeviceAuthenticationFactors.TypeMyDeviceAuthenticationFactors.Type. create(String key)MyDeviceAuthenticationFactors.TypeMyDeviceAuthenticationFactors. getType()Authentication Factor Typestatic MyDeviceAuthenticationFactors.TypeMyDeviceAuthenticationFactors.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MyDeviceAuthenticationFactors.Type[]MyDeviceAuthenticationFactors.Type. 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 MyDeviceAuthenticationFactors.Type Modifier and Type Method Description MyDeviceAuthenticationFactors.BuilderMyDeviceAuthenticationFactors.Builder. type(MyDeviceAuthenticationFactors.Type type)Authentication Factor TypeConstructors in com.oracle.bmc.identitydomains.model with parameters of type MyDeviceAuthenticationFactors.Type Constructor Description MyDeviceAuthenticationFactors(MyDeviceAuthenticationFactors.Type type, MyDeviceAuthenticationFactors.Status status, String publicKey)Deprecated.
-