GoogleCloudApihubV1Oauth2ClientCredentialsConfig
import type { GoogleCloudApihubV1Oauth2ClientCredentialsConfig } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Parameters to support Oauth 2.0 client credentials grant authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.
interface GoogleCloudApihubV1Oauth2ClientCredentialsConfig {
clientId?: string;
clientSecret?: GoogleCloudApihubV1Secret;
}