Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudIntegrationsV1alphaListAuthConfigsResponse

import type { GoogleCloudIntegrationsV1alphaListAuthConfigsResponse } from "https://googleapis.deno.dev/v1/integrations:v1.ts";

Response to list AuthConfigs.

interface GoogleCloudIntegrationsV1alphaListAuthConfigsResponse {
nextPageToken?: string;
}

§Properties

§

The list of AuthConfigs retrieved.

§
nextPageToken?: string
[src]

The token used to retrieve the next page of results.