submitOtpCode
Authenticates using an OTP code which was previously received via email.
Import
Usage
Parameters
args
Omit<OtpParams, "targetPublicKey">
The parameters for the OTP request, excluding the target public key.
Returns
Promise<{ bundle: string }>
A promise that resolves to an object containing the credential bundle.