Uses of Interface
com.okta.authn.sdk.resource.Factor
-
Packages that use Factor Package Description com.okta.authn.sdk.example.views.authn com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of Factor in com.okta.authn.sdk.example.views.authn
Methods in com.okta.authn.sdk.example.views.authn that return Factor Modifier and Type Method Description FactorMfaActivateView. getFactor()FactorMfaEnrollView. getFactor()FactorMfaVerifyView. getFactor()Methods in com.okta.authn.sdk.example.views.authn with parameters of type Factor Modifier and Type Method Description static StringMfaVerifyView. relativeLink(Factor factor)Constructors in com.okta.authn.sdk.example.views.authn with parameters of type Factor Constructor Description MfaActivateView(Factor factor)MfaEnrollView(Factor factor)MfaVerifyView(Factor factor) -
Uses of Factor in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement Factor Modifier and Type Class Description classDefaultFactorMethods in com.okta.authn.sdk.impl.resource that return types with arguments of type Factor Modifier and Type Method Description List<Factor>DefaultAuthenticationResponse. getFactors() -
Uses of Factor in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return types with arguments of type Factor Modifier and Type Method Description List<Factor>AuthenticationResponse. getFactors()
-