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

    Interface BearerAuthenticationData

    Authentication data for Bearer token auth.

    interface BearerAuthenticationData {
        token: string;
        type: "bearer";
    }
    Index

    Properties

    Properties

    token: string

    Bearer token included in the Authorization header.

    type: "bearer"