Uses of Enum
com.okta.sdk.resource.model.AuthenticationMethod.HardwareProtectionEnum
-
Uses of AuthenticationMethod.HardwareProtectionEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionAuthenticationMethod.getHardwareProtection()
Indicates if any secrets or private keys used during authentication must be hardware protected and not exportable.Returns the enum constant of this type with the specified name.AuthenticationMethod.HardwareProtectionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuthenticationMethod.hardwareProtection
(AuthenticationMethod.HardwareProtectionEnum hardwareProtection) void
AuthenticationMethod.setHardwareProtection
(AuthenticationMethod.HardwareProtectionEnum hardwareProtection)