@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface LogonStrategy

    interface LogonStrategy {
        kind: "basic" | "bearer" | "interactive" | "custom";
        user?: string;
        register(driver: LogonHandlerRegistrar, ctx: LogonContext): void;
    }
    Index

    Properties

    Methods

    Properties

    kind: "basic" | "bearer" | "interactive" | "custom"
    user?: string

    Optional user to record on the adt-ls destination (createDestination).

    Methods