Uses of Enum
org.openapitools.client.model.AuthenticatorMethodAlgorithm
Packages that use AuthenticatorMethodAlgorithm
-
Uses of AuthenticatorMethodAlgorithm in org.openapitools.client.model
Methods in org.openapitools.client.model that return AuthenticatorMethodAlgorithmModifier and TypeMethodDescriptionstatic AuthenticatorMethodAlgorithmstatic AuthenticatorMethodAlgorithmReturns the enum constant of this type with the specified name.static AuthenticatorMethodAlgorithm[]AuthenticatorMethodAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model that return types with arguments of type AuthenticatorMethodAlgorithmModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.getAlgorithms()Get algorithmsAuthenticatorMethodSignedNonceAllOfSettings.getAlgorithms()Get algorithmsSupportedMethodsSettings.getAlgorithms()Get algorithmsMethods in org.openapitools.client.model with parameters of type AuthenticatorMethodAlgorithmModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) AuthenticatorMethodSignedNonceAllOfSettings.addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) SupportedMethodsSettings.addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) Method parameters in org.openapitools.client.model with type arguments of type AuthenticatorMethodAlgorithmModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.algorithms(List<AuthenticatorMethodAlgorithm> algorithms) AuthenticatorMethodSignedNonceAllOfSettings.algorithms(List<AuthenticatorMethodAlgorithm> algorithms) SupportedMethodsSettings.algorithms(List<AuthenticatorMethodAlgorithm> algorithms) voidAuthenticatorMethodPushAllOfSettings.setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms) voidAuthenticatorMethodSignedNonceAllOfSettings.setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms) voidSupportedMethodsSettings.setAlgorithms(List<AuthenticatorMethodAlgorithm> algorithms)