Uses of Enum
com.okta.sdk.resource.model.PushMethodKeyProtection
-
Uses of PushMethodKeyProtection in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic PushMethodKeyProtection
AuthenticatorMethodPushAllOfSettings.getKeyProtection()
Get keyProtectionAuthenticatorMethodSignedNonceAllOfSettings.getKeyProtection()
Get keyProtectionstatic PushMethodKeyProtection
Returns the enum constant of this type with the specified name.static PushMethodKeyProtection[]
PushMethodKeyProtection.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.keyProtection
(PushMethodKeyProtection keyProtection) AuthenticatorMethodSignedNonceAllOfSettings.keyProtection
(PushMethodKeyProtection keyProtection) void
AuthenticatorMethodPushAllOfSettings.setKeyProtection
(PushMethodKeyProtection keyProtection) void
AuthenticatorMethodSignedNonceAllOfSettings.setKeyProtection
(PushMethodKeyProtection keyProtection)