StaticparseParses a Google Authenticator key URI and returns an HOTP/TOTP object.
Google Authenticator Key URI.
Optionalconfig: {Configuration options.
Optionalhmac?: (algorithm: string, key: Uint8Array, message: Uint8Array) => Uint8ArrayCustom HMAC function.
HOTP/TOTP object.
Staticstringify
HOTP/TOTP object/string conversion.
See
Key URI Format