bunway
    Preparing search index...

    Interface Strategy

    interface Strategy {
        name: string;
        authenticate(req: BunRequest, options?: AuthenticateOptions): void;
    }
    Index

    Properties

    Methods

    Properties

    name: string

    Methods