Type alias InternalConnectionParams

InternalConnectionParams: {
    agent?: Agent;
    apiKey?: ApiKey;
    authClientSecret?: AuthClientCredentials | AuthAccessTokenCredentials | AuthUserPasswordCredentials;
    grpcProxyUrl?: string;
    headers?: HeadersInit;
    host: string;
    scheme?: string;
    skipInitChecks?: boolean;
    timeout?: TimeoutParams;
}

Type declaration