@byomakase/omakase-player
    Preparing search index...

    Interface BasicAuthenticationData

    Authentication data for HTTP Basic auth.

    interface BasicAuthenticationData {
        password: string;
        type: "basic";
        username: string;
    }
    Index

    Properties

    password: string

    Basic auth password.

    type: "basic"
    username: string

    Basic auth username.