Uses of Enum
com.okta.sdk.resource.model.AuthenticationMethod.PhishingResistantEnum
Packages that use AuthenticationMethod.PhishingResistantEnum
-
Uses of AuthenticationMethod.PhishingResistantEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticationMethod.PhishingResistantEnumModifier and TypeMethodDescriptionAuthenticationMethod.getPhishingResistant()
Indicates if phishing-resistant Factors are required.Returns the enum constant of this type with the specified name.AuthenticationMethod.PhishingResistantEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type AuthenticationMethod.PhishingResistantEnumModifier and TypeMethodDescriptionAuthenticationMethod.phishingResistant
(AuthenticationMethod.PhishingResistantEnum phishingResistant) void
AuthenticationMethod.setPhishingResistant
(AuthenticationMethod.PhishingResistantEnum phishingResistant)