ConnectionOptions: AuthFields & {
    oauth2?: Partial<JwtOAuth2Config>;
    refreshFn?: RefreshFn;
}

Options for Connection.

Type declaration