Class AllowedFactor
-
- All Implemented Interfaces:
-
com.ibm.security.verifysdk.adaptive.AssessmentFactor
,java.io.Serializable
public final class AllowedFactor implements AssessmentFactor
The AllowedFactor data class represents first-factors in a RequiresAssessmentResult.factors returned from the AdaptiveDelegate.assessment method.
These returned factors are JSON objects, containing the property
type
.- Since:
3.0.0
-
-
Constructor Summary
Constructors Constructor Description AllowedFactor(Factor type)
-