Socket
Socket
Sign inDemoInstall

@types/duosecurity__duo_web

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @types/duosecurity__duo_web

TypeScript definitions for @duosecurity/duo_web


Version published
Weekly downloads
21K
decreased by-5.47%
Maintainers
1
Install size
3.29 kB
Created
Weekly downloads
 

Readme

Source

Installation

npm install --save @types/duosecurity__duo_web

Summary

This package contains type definitions for @duosecurity/duo_web (https://www.duosecurity.com/docs/duoweb).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/duosecurity__duo_web.

index.d.ts

export const ERR_USER: string;
export const ERR_IKEY: string;
export const ERR_SKEY: string;
export const ERR_AKEY: string;

export function sign_request(
    ikey: string,
    skey: string,
    akey: string,
    username: string,
): string;

export function verify_response(
    ikey: string,
    skey: string,
    akey: string,
    sig_response: string,
): string | null;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Low Heok Hong.

FAQs

Last updated on 07 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc