@nowarajs/totp
    Preparing search index...

    Variable TOTP_ERROR_KEYSConst

    TOTP_ERROR_KEYS: {
        INVALID_ALGORITHM: "totp.error.invalid_algorithm";
        INVALID_BASE32_CHARACTER: "totp.error.invalid_base32_character";
        INVALID_OTP_AUTH_URI: "totp.error.invalid_otp_auth_uri";
        INVALID_SECRET_LENGTH: "totp.error.invalid_secret_length";
        MISSING_SECRET: "totp.error.missing_secret";
    } = ...

    Type Declaration

    • ReadonlyINVALID_ALGORITHM: "totp.error.invalid_algorithm"
    • ReadonlyINVALID_BASE32_CHARACTER: "totp.error.invalid_base32_character"
    • ReadonlyINVALID_OTP_AUTH_URI: "totp.error.invalid_otp_auth_uri"
    • ReadonlyINVALID_SECRET_LENGTH: "totp.error.invalid_secret_length"
    • ReadonlyMISSING_SECRET: "totp.error.missing_secret"