TOTPController.verify()
Verifies the TOTP.
Definition
function verify(secretKey: ArrayBuffer | TypedArray, totp: string): Promise<boolean>;
Parameters
secretKey: HMAC secret keytotp: TOTP
TOTPController.verify()Verifies the TOTP.
function verify(secretKey: ArrayBuffer | TypedArray, totp: string): Promise<boolean>;
secretKey: HMAC secret keytotp: TOTP