Uses of Enum
com.okta.sdk.resource.model.FactorResultType
Packages that use FactorResultType
-
Uses of FactorResultType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return FactorResultTypeModifier and TypeMethodDescriptionstatic FactorResultType
PushUserFactor.getFactorResult()
Get factorResultstatic FactorResultType
Returns the enum constant of this type with the specified name.static FactorResultType[]
FactorResultType.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 FactorResultTypeModifier and TypeMethodDescriptionPushUserFactor.factorResult
(FactorResultType factorResult) void
PushUserFactor.setFactorResult
(FactorResultType factorResult)