Oslo

TOTPController.verify()

Verifies the TOTP.

Definition

function verify(secretKey: ArrayBuffer | TypedArray, totp: string): Promise<boolean>;

Parameters

  • secretKey: HMAC secret key
  • totp: TOTP