Uses of Enum
org.openapitools.client.model.PushMethodKeyProtection
Packages that use PushMethodKeyProtection
-
Uses of PushMethodKeyProtection in org.openapitools.client.model
Methods in org.openapitools.client.model that return PushMethodKeyProtectionModifier and TypeMethodDescriptionstatic PushMethodKeyProtectionAuthenticatorMethodPushAllOfSettings.getKeyProtection()Get keyProtectionAuthenticatorMethodSignedNonceAllOfSettings.getKeyProtection()Get keyProtectionstatic PushMethodKeyProtectionReturns 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.Methods in org.openapitools.client.model with parameters of type PushMethodKeyProtectionModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.keyProtection(PushMethodKeyProtection keyProtection) AuthenticatorMethodSignedNonceAllOfSettings.keyProtection(PushMethodKeyProtection keyProtection) voidAuthenticatorMethodPushAllOfSettings.setKeyProtection(PushMethodKeyProtection keyProtection) voidAuthenticatorMethodSignedNonceAllOfSettings.setKeyProtection(PushMethodKeyProtection keyProtection)