@types/sasl-external
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Installation

npm install --save @types/sasl-external

Summary

This package contains type definitions for sasl-external (https://github.com/jaredhanson/js-sasl-external).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sasl-external.

index.d.ts

import { Mechanism } from "saslmechanisms";

export = ExternalMechanism;

declare class ExternalMechanism implements Mechanism {
    static Mechanism: typeof ExternalMechanism;
    static prototype: {
        name: "EXTERNAL";
        clientFirst: true;
    };

    name: "EXTERNAL";
    clientFirst: true;

    response(cred: ExternalMechanism.Credentials): string;

    challenge(chal: string): void;
}

declare namespace ExternalMechanism {
    interface Credentials {
        authzid?: string | undefined;
    }
}

Additional Details

Credits

These definitions were written by BendingBender.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.00ts2.0
0.1.00ts2.1
0.1.00ts2.2
0.1.00ts2.3
0.1.00ts2.4
0.1.00ts2.5
0.1.00ts2.6
0.1.00ts2.7
0.1.00ts2.8
0.1.00ts2.9
0.1.00ts3.0
0.1.00ts3.1
0.1.00ts3.2
0.1.00ts3.3
0.1.00ts3.4
0.1.00ts3.5
0.1.43ts5.7
0.1.43ts5.6
0.1.43latest
0.1.43ts4.5
0.1.43ts4.6
0.1.43ts4.7
0.1.43ts4.8
0.1.43ts4.9
0.1.43ts5.0
0.1.43ts5.1
0.1.43ts5.2
0.1.43ts5.3
0.1.43ts5.4
0.1.43ts5.5
0.1.43ts5.8
0.1.11ts3.6
0.1.11ts3.7
0.1.11ts3.8
0.1.11ts3.9
0.1.11ts4.0
0.1.11ts4.1
0.1.11ts4.2
0.1.11ts4.3
0.1.11ts4.4

Version History

VersionDownloads (Last 7 Days)Published
0.1.43
0.1.31
0.1.21
0.1.11
0.1.00

Package Sidebar

Install

npm i @types/sasl-external

Weekly Downloads

6

Version

0.1.4

License

MIT

Unpacked Size

3.74 kB

Total Files

5

Last publish

Collaborators

  • types