Uses of Class
org.openapitools.client.model.AuthenticatorMethodPushAllOfSettings
Packages that use AuthenticatorMethodPushAllOfSettings
-
Uses of AuthenticatorMethodPushAllOfSettings in org.openapitools.client.model
Methods in org.openapitools.client.model that return AuthenticatorMethodPushAllOfSettingsModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.addAlgorithmsItem
(AuthenticatorMethodAlgorithm algorithmsItem) AuthenticatorMethodPushAllOfSettings.addTransactionTypesItem
(AuthenticatorMethodTransactionType transactionTypesItem) AuthenticatorMethodPushAllOfSettings.algorithms
(List<AuthenticatorMethodAlgorithm> algorithms) AuthenticatorMethodPush.getSettings()
Get settingsAuthenticatorMethodPushAllOf.getSettings()
Get settingsAuthenticatorMethodPushAllOfSettings.keyProtection
(PushMethodKeyProtection keyProtection) AuthenticatorMethodPushAllOfSettings.transactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes) Methods in org.openapitools.client.model with parameters of type AuthenticatorMethodPushAllOfSettingsModifier and TypeMethodDescriptionvoid
AuthenticatorMethodPush.setSettings
(AuthenticatorMethodPushAllOfSettings settings) void
AuthenticatorMethodPushAllOf.setSettings
(AuthenticatorMethodPushAllOfSettings settings) AuthenticatorMethodPush.settings
(AuthenticatorMethodPushAllOfSettings settings) AuthenticatorMethodPushAllOf.settings
(AuthenticatorMethodPushAllOfSettings settings)