Package | Description |
---|---|
com.okta.authn.sdk.impl.resource | |
com.okta.authn.sdk.resource |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOptions |
Modifier and Type | Method and Description |
---|---|
Options |
DefaultAuthenticationRequest.getOptions() |
Options |
DefaultOptions.setMultiOptionalFactorEnroll(Boolean multiOptionalFactorEnroll) |
Options |
DefaultOptions.setWarnBeforePasswordExpired(Boolean warnBeforePasswordExpired) |
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
DefaultAuthenticationRequest.setOptions(Options options) |
Modifier and Type | Method and Description |
---|---|
Options |
AuthenticationRequest.getOptions() |
Options |
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 |
Options.setWarnBeforePasswordExpired(Boolean warnBeforePasswordExpired)
Sets whether if user should transition to
PASSWORD_WARN state before SUCCESS if the user’s password is
about to expire and within their password policy warn period. |
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
AuthenticationRequest.setOptions(Options options) |
Copyright © 2018 Okta. All rights reserved.