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 Factor
MfaActivateView. getFactor()
Factor
MfaEnrollView. getFactor()
Factor
MfaVerifyView. getFactor()
Methods in com.okta.authn.sdk.example.views.authn with parameters of type Factor Modifier and Type Method Description static String
MfaVerifyView. 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 class
DefaultFactor
Methods 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()
-