Uses of Interface
com.okta.authn.sdk.resource.Options
-
Uses of Options in com.okta.authn.sdk.impl.resource
Modifier and TypeMethodDescriptionDefaultAuthenticationRequest.getOptions()
DefaultOptions.setMultiOptionalFactorEnroll
(Boolean multiOptionalFactorEnroll) DefaultOptions.setWarnBeforePasswordExpired
(Boolean warnBeforePasswordExpired) -
Uses of Options in com.okta.authn.sdk.resource
Modifier 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_WARN
state beforeSUCCESS
if the user’s password is about to expire and within their password policy warn period.