# generateOTP
Brief description
Generate OTP 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 OTP generation.
|
Content
fun generateOTP(authenticationUser: AuthenticationUser, pinProvider: PinProvider, resultHandler: ResultHandler<OTP, Error>)