Uses of Enum
com.okta.sdk.resource.model.AuthenticatorMethodProperty
Packages that use AuthenticatorMethodProperty
-
Uses of AuthenticatorMethodProperty in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticatorMethodPropertyModifier and TypeMethodDescriptionstatic AuthenticatorMethodProperty
static AuthenticatorMethodProperty
Returns the enum constant of this type with the specified name.static AuthenticatorMethodProperty[]
AuthenticatorMethodProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type AuthenticatorMethodPropertyModifier and TypeMethodDescriptionAuthenticatorMethodWithVerifiableProperties.getVerifiableProperties()
Get verifiablePropertiesMethods in com.okta.sdk.resource.model with parameters of type AuthenticatorMethodPropertyModifier and TypeMethodDescriptionAuthenticatorMethodWithVerifiableProperties.addVerifiablePropertiesItem
(AuthenticatorMethodProperty verifiablePropertiesItem) Method parameters in com.okta.sdk.resource.model with type arguments of type AuthenticatorMethodPropertyModifier and TypeMethodDescriptionvoid
AuthenticatorMethodWithVerifiableProperties.setVerifiableProperties
(List<AuthenticatorMethodProperty> verifiableProperties) AuthenticatorMethodWithVerifiableProperties.verifiableProperties
(List<AuthenticatorMethodProperty> verifiableProperties)