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