AbstractAbstractrequestSpecifies the additional request headers that must be included in the HTTP requests sent by the operation.
the HTTP headers.
an HttpOperation object.
AbstractexecuteExecutes the operation asynchronously.
AbstractaccountSpecifies the object that will take care of the account selection.
the AccountSelector.
an OutOfBandAuthentication object.
AbstractauthenticatorSpecifies the object that will take care of the selection of the authenticator to be used.
IMPORTANT
Providing the authenticator selector is required.
an OutOfBandAuthentication object.
AbstractpinSpecifies the object that will take care of the PIN user verification.
IMPORTANT \
Providing at least one of the PinUserVerifier, PasswordUserVerifier, BiometricUserVerifier or DevicePasscodeUserVerifier or FingerprintUserVerifier is required.
the PinUserVerifier.
an OutOfBandAuthentication object.
AbstractpasswordSpecifies the object that will take care of the password user verification.
IMPORTANT
Providing at least one of the PinUserVerifier, PasswordUserVerifier,
BiometricUserVerifier or DevicePasscodeUserVerifier or FingerprintUserVerifier
is required.
the PasswordUserVerifier.
an OutOfBandAuthentication object.
AbstractbiometricSpecifies the object that will take care of the biometric user verification. It must be provided only if a biometric authenticator must be registered.
IMPORTANT
Providing at least one of the PinUserVerifier, PasswordUserVerifier,
BiometricUserVerifier or DevicePasscodeUserVerifier or FingerprintUserVerifier
is required.
an OutOfBandAuthentication object.
AbstractdeviceSpecifies the object that will take care of the device passcode user verification. It must be provided only if a device passcode authenticator must be registered.
IMPORTANT
Providing at least one of the PinUserVerifier, PasswordUserVerifier,
BiometricUserVerifier or DevicePasscodeUserVerifier or FingerprintUserVerifier
is required.
an OutOfBandAuthentication object.
AbstractfingerprintSpecifies the object that will take care of the fingerprint user verification. It must be provided only if a fingerprint authenticator must be registered.
IMPORTANT
Providing at least one of the PinUserVerifier, PasswordUserVerifier,
BiometricUserVerifier or DevicePasscodeUserVerifier or FingerprintUserVerifier
is required.
an OutOfBandAuthentication object.
AbstractonSpecifies the object that will be invoked if the authentication was successful.
IMPORTANT
Providing the onSuccess is required.
the callback which receives an optional AuthorizationProvider.
an OutOfBandAuthentication object.
AbstractonSpecifies the object that will be invoked if the authentication failed.
IMPORTANT
Providing the onError is required.
the callback which receives an OperationError.
an OutOfBandAuthentication object.
The operation handling an out-of-band authentication.
This is the object returned by the SDK, when an OutOfBandPayload was processed and the OutOfBandPayload corresponds to an authentication operation.
Usage example:
See
OutOfBandOperation.onAuthentication