Uses of Enum
com.okta.sdk.resource.model.VerifyUserFactorResult
-
Uses of VerifyUserFactorResult in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic VerifyUserFactorResult
VerifyUserFactorResponse.getFactorResult()
Get factorResultstatic VerifyUserFactorResult
Returns the enum constant of this type with the specified name.static VerifyUserFactorResult[]
VerifyUserFactorResult.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionVerifyUserFactorResponse.factorResult
(VerifyUserFactorResult factorResult) void
VerifyUserFactorResponse.setFactorResult
(VerifyUserFactorResult factorResult)