Uses of Interface
com.okta.authn.sdk.resource.Options
Packages that use Options
-
Uses of Options in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement OptionsMethods in com.okta.authn.sdk.impl.resource that return OptionsModifier and TypeMethodDescriptionDefaultAuthenticationRequest.getOptions()DefaultOptions.setMultiOptionalFactorEnroll(Boolean multiOptionalFactorEnroll) DefaultOptions.setWarnBeforePasswordExpired(Boolean warnBeforePasswordExpired) Methods in com.okta.authn.sdk.impl.resource with parameters of type Options -
Uses of Options in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return OptionsModifier and TypeMethodDescriptionAuthenticationRequest.getOptions()Options.setMultiOptionalFactorEnroll(Boolean multiOptionalFactorEnroll) Sets whether user should transaction back to MFA_ENROLL state after successful factor enrollment when additional optional factors are available for enrollment.Options.setWarnBeforePasswordExpired(Boolean warnBeforePasswordExpired) Sets whether if user should transition toPASSWORD_WARNstate beforeSUCCESSif the user’s password is about to expire and within their password policy warn period.Methods in com.okta.authn.sdk.resource with parameters of type Options