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 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.Methods in org.openapitools.client.model with parameters of type PushMethodKeyProtectionModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.keyProtection
(PushMethodKeyProtection keyProtection) AuthenticatorMethodSignedNonceAllOfSettings.keyProtection
(PushMethodKeyProtection keyProtection) void
AuthenticatorMethodPushAllOfSettings.setKeyProtection
(PushMethodKeyProtection keyProtection) void
AuthenticatorMethodSignedNonceAllOfSettings.setKeyProtection
(PushMethodKeyProtection keyProtection)