Abstract
Abstract
requestSpecifies the additional request headers that must be included in the HTTP requests sent by the operation.
the HTTP headers.
an HttpOperation object.
Abstract
executeAbstract
accountSpecifies the object that will take care of the account selection.
the AccountSelector.
an OutOfBandAuthentication object.
Abstract
authenticatorSpecifies 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.
Abstract
pinSpecifies 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.
Abstract
passwordSpecifies 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.
Abstract
biometricSpecifies 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.
Abstract
deviceSpecifies 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.
Abstract
fingerprintSpecifies 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.
Abstract
onSpecifies the object that will be invoked if the authentication was successful.
IMPORTANT
Providing the onSuccess is required.
the callback which receives an optional AuthorizationProvider.
Optional
authorizationProvider: AuthorizationProvideran OutOfBandAuthentication object.
Abstract
onSpecifies 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.
Generated using TypeDoc
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