AuthenticationResponse |
IDXAuthenticationWrapper.authenticate(AuthenticationOptions authenticationOptions,
ProceedContext proceedContext) |
Authenticate user with the supplied Authentication options (username and password) and
returns the Authentication response object that contains:
- IDX Client context
- Token (access_token/id_token/refresh_token) object
- Authentication status
|
AuthenticationResponse |
IDXAuthenticationWrapper.cancel(ProceedContext proceedContext) |
Cancel transaction.
|
AuthenticationResponse |
IDXAuthenticationWrapper.enrollAuthenticator(ProceedContext proceedContext,
Authenticator.Factor factor) |
Enroll authenticator of the supplied type.
|
AuthenticationResponse |
IDXAuthenticationWrapper.enrollAuthenticator(ProceedContext proceedContext,
java.lang.String authenticatorId) |
|
AuthenticationResponse |
IDXAuthenticationWrapper.fetchSignUpFormValues(ProceedContext proceedContext) |
Populate UI form values for signing up a new user.
|
AuthenticationResponse |
IDXAuthenticationWrapper.fetchTokenWithInteractionCode(ProceedContext proceedContext,
java.lang.String interactionCode) |
Exchange interaction code for token
|
AuthenticationResponse |
IDXAuthenticationWrapper.fetchTokenWithInteractionCode(java.lang.String issuer,
ProceedContext proceedContext,
java.lang.String interactionCode) |
Deprecated.
|
boolean |
IDXAuthenticationWrapper.isSkipAuthenticatorPresent(ProceedContext proceedContext) |
Helper to check if we have optional authenticators to skip in current remediation step.
|
AuthenticationResponse |
IDXAuthenticationWrapper.poll(ProceedContext proceedContext) |
Handle Polling.
|
AuthenticationResponse |
IDXAuthenticationWrapper.recoverPassword(java.lang.String username,
ProceedContext proceedContext) |
Recover Password with the supplied username.
|
AuthenticationResponse |
IDXAuthenticationWrapper.register(ProceedContext proceedContext,
UserProfile userProfile) |
Register new user with the supplied user profile reference.
|
AuthenticationResponse |
IDXAuthenticationWrapper.resend(ProceedContext proceedContext) |
Resend code.
|
AuthenticationResponse |
IDXAuthenticationWrapper.selectAuthenticator(ProceedContext proceedContext,
Authenticator authenticator) |
Select authenticator of the supplied type.
|
AuthenticationResponse |
IDXAuthenticationWrapper.selectFactor(ProceedContext proceedContext,
Authenticator.Factor factor) |
Select authenticator of the supplied type.
|
AuthenticationResponse |
IDXAuthenticationWrapper.skipAuthenticatorEnrollment(ProceedContext proceedContext) |
Skip optional authenticator enrollment.
|
AuthenticationResponse |
IDXAuthenticationWrapper.submitPhoneAuthenticator(ProceedContext proceedContext,
java.lang.String phone,
Authenticator.Factor factor) |
Submit phone authenticator enrollment with the provided phone number.
|
AuthenticationResponse |
IDXAuthenticationWrapper.verifyAuthenticator(ProceedContext proceedContext,
VerifyAuthenticatorAnswer verifyAuthenticatorAnswer) |
Verify Authenticator with the supplied authenticator options.
|
AuthenticationResponse |
IDXAuthenticationWrapper.verifyAuthenticator(ProceedContext proceedContext,
VerifyAuthenticatorOptions verifyAuthenticatorOptions) |
Verify Authenticator with the supplied authenticator options.
|
AuthenticationResponse |
IDXAuthenticationWrapper.verifyAuthenticator(ProceedContext proceedContext,
VerifyChannelDataOptions verifyChannelDataOptions) |
|
AuthenticationResponse |
IDXAuthenticationWrapper.verifyWebAuthn(ProceedContext proceedContext,
WebAuthnRequest webauthnRequest) |
Verify Webauthn Authenticator.
|