Uses of Enum
com.okta.sdk.resource.model.AuthenticationMethod.PhishingResistantEnum
-
Uses of AuthenticationMethod.PhishingResistantEnum in com.okta.sdk.resource.model
Modifier 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.Modifier and TypeMethodDescriptionAuthenticationMethod.phishingResistant
(AuthenticationMethod.PhishingResistantEnum phishingResistant) void
AuthenticationMethod.setPhishingResistant
(AuthenticationMethod.PhishingResistantEnum phishingResistant)