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.
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.