rejectAuth
Reject an online QR Code authentication session. This is a protected operation, so the SDK must be unlocked before calling this method.
Parameters
raw value parsed from the scanned QR code.
report fraud in addition to rejecting the session.
to get notified about success or failure of this operation
session's additional contextual information which is displayed to the user.
See also
.approveAuth
Throws
if the SDK is locked.
if the Futurae account is not enrolled, or a new enrollment is taking place.
if the QR code is invalid.
if an unexpected cryptographic error happens.
Reject an authentication session using the userId and sessionId. This is a protected operation, so the SDK must be unlocked before calling this method.
Parameters
Futurae account's user id which the authentication was created for.
session identifier returned by the Futurae backend Auth API.
flag to choose whether to report a fraudulent authentication attempt.
to get notified about success or failure of this operation.
See also
.rejectAuth
Throws
if the SDK is locked.
if a new enrollment is taking place.
if the if the Futurae account is not enrolled.
if an unexpected cryptographic error happens.
Reject an authentication session which has extra_info, using the userId and sessionId. This is a protected operation, so the SDK must be unlocked before calling this method.
Parameters
Futurae account's user id which the authentication was created for.
session identifier returned by the Futurae backend Auth API.
flag to choose whether to report a fraudulent authentication attempt.
session's additional contextual information which is displayed to the user.
to get notified about success or failure of this operation.
See also
.approveAuth
Throws
if the SDK is locked.
if a new enrollment is taking place.
if the if the Futurae account is not enrolled.
if an unexpected cryptographic error happens.