Uses of Class
com.okta.authn.sdk.example.models.authn.Factor
Packages that use Factor
-
Uses of Factor in com.okta.authn.sdk.example.models.authn
Methods in com.okta.authn.sdk.example.models.authn that return FactorModifier and TypeMethodDescriptionFactor.setProfile
(Map<String, Object> profile) Factor.setProvider
(String provider) Factor.setVendorName
(String vendorName) Factor.setVerifyHref
(String verifyHref) -
Uses of Factor in com.okta.authn.sdk.example.views.authn
Methods in com.okta.authn.sdk.example.views.authn that return types with arguments of type FactorModifier and TypeMethodDescriptionMfaEnrollSelectionView.getFactors()
MfaRequiredView.getFactors()
Constructor parameters in com.okta.authn.sdk.example.views.authn with type arguments of type FactorModifierConstructorDescriptionMfaEnrollSelectionView
(List<Factor> factors) MfaRequiredView
(List<Factor> factors)