BaseAPIClient.getAuth() method
Signature:
protected getAuth(path: string, options?: {
        query?: [string, string][];
        autoRefreshToken?: boolean;
    }): Promise<any>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| path | string | |
| options | {        query?: [string, string][];        autoRefreshToken?: boolean;    } | 
Returns:
Promise<any>