@aoijs/aoi.music
    Preparing search index...

    Interface Credentials

    interface Credentials {
        access_token?: string;
        expiry_date?: string;
        poToken: string;
        refresh_token?: string;
        scope?: string;
        token_type?: string;
        visitorData: string;
    }
    Index

    Properties

    access_token?: string
    expiry_date?: string
    poToken: string
    refresh_token?: string
    scope?: string
    token_type?: string
    visitorData: string