generateQuickCode

# generateQuickCode

Brief description

Generate Quick Code for a registered authentication user.

# Parameters

Name Summary
authenticationUser

the user to authenticate.

pinProvider

a callback called from the SDK, when the identity PIN is required.

resultHandler



a callback to handle the result of the Quick Code generation.

  • If successful, the result is MiraclSuccess.
  • If an error occurs, the result is MiraclError with a message. On exception, the exception object is also passed.


Content
fun generateQuickCode(authenticationUser: AuthenticationUser, pinProvider: PinProvider, resultHandler: ResultHandler<QuickCode, Error>)