generate Quick Code
Generates a QuickCode for a registered user.
Return
A MIRACLResult representing the result of the QuickCode generation:
If successful, returns a MIRACLSuccess with the generated QuickCode.
If an error occurs, returns a MIRACLError with a QuickCodeException describing issues with the operation.
Parameters
The user for whom the QuickCode is generated.
A callback called by the SDK when the PIN is requested.
Generates a QuickCode for a registered user.
Parameters
The user for whom the QuickCode is generated.
A callback called by the SDK when the PIN is requested.
A callback to handle the result of the QuickCode generation.
If successful, the result is a MIRACLSuccess with the QuickCode.
If an error occurs, the result is a MIRACLError with an exception describing issues with the operation.