@valon-technologies/gestalt
    Preparing search index...

    Interface BearerAuth

    interface BearerAuth {
        kind: "bearer";
        token: () => string | Promise<string>;
    }
    Index

    Properties

    Properties

    kind: "bearer"
    token: () => string | Promise<string>