# 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.
|
Content
fun generateQuickCode(authenticationUser: AuthenticationUser, pinProvider: PinProvider, resultHandler: ResultHandler<QuickCode, Error>)