Uses of Enum
com.okta.sdk.resource.model.UserFactorPushTransaction.FactorResultEnum
Packages that use UserFactorPushTransaction.FactorResultEnum
-
Uses of UserFactorPushTransaction.FactorResultEnum in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as UserFactorPushTransaction.FactorResultEnumMethods in com.okta.sdk.resource.model that return UserFactorPushTransaction.FactorResultEnumModifier and TypeMethodDescriptionUserFactorPushTransaction.getFactorResult()
Result of the verification transactionReturns the enum constant of this type with the specified name.UserFactorPushTransaction.FactorResultEnum.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 UserFactorPushTransaction.FactorResultEnumModifier and TypeMethodDescriptionUserFactorPushTransaction.factorResult
(UserFactorPushTransaction.FactorResultEnum factorResult) void
UserFactorPushTransaction.setFactorResult
(UserFactorPushTransaction.FactorResultEnum factorResult)