Uses of Class
com.okta.sdk.resource.VerifyUserFactorResult
-
Packages that use VerifyUserFactorResult Package Description com.okta.sdk.resource -
-
Uses of VerifyUserFactorResult in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return VerifyUserFactorResult Modifier and Type Method Description VerifyUserFactorResult
VerifyUserFactorResponse. getFactorResult()
static VerifyUserFactorResult
VerifyUserFactorResult. valueOf(java.lang.String name)
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.Methods in com.okta.sdk.resource with parameters of type VerifyUserFactorResult Modifier and Type Method Description VerifyUserFactorResponse
VerifyUserFactorResponse. setFactorResult(VerifyUserFactorResult factorResult)
-