Uses of Enum
com.okta.sdk.resource.model.FactorResultType
-
Uses of FactorResultType in com.okta.sdk.resource.model
Modifier 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.Modifier and TypeMethodDescriptionPushUserFactor.factorResult
(FactorResultType factorResult) void
PushUserFactor.setFactorResult
(FactorResultType factorResult)