approveAuth
Approve an online QR Code authentication session which has extra_info. This is a protected operation, so the SDK must be unlocked before calling this method.
Parameters
raw value parsed from the scanned QR code.
to get notified about success or failure of this operation
session's additional contextual information which is displayed to the user.
See also
.rejectAuth
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.
Approve 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.
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.
Approve 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.
to get notified about success or failure of this operation.
session's additional contextual information which is displayed to the user.
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.
Approve an authentication session using the userId, sessionId and MultiNumberedChallenge. 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.
user's choice of a multinumber challenge, if requested by the session.
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.
Approve an authentication session which has extra_info, using the userId, sessionId and multi number challenge response. 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.
to get notified about success or failure of this operation.
session's additional contextual information which is displayed to the user.
user's choice of a multinumber challenge, if requested by the session.
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.
Approve an authentication session which has extra_info, using the userId, sessionId and multi number challenge response. 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.
to get notified about success or failure of this operation.
session's additional contextual information which is displayed to the user.
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.