Bulk Data Client
    Preparing search index...

    Interface TokenResponse

    interface TokenResponse {
        access_token: string;
        expires_in?: number;
        scope: "string";
        token_type: "bearer";
    }
    Index
    access_token: string
    expires_in?: number
    scope: "string"
    token_type: "bearer"