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

Usage

import * as mod from "https://googleapis.deno.dev/v1/agentidentitycredentials:v1.ts";

§Classes

AgentIdentityCredentials

agentidentitycredentials.googleapis.com API.

GoogleAuth

§Variables

auth

§Interfaces

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

GoogleCloudAgentidentitycredentialsV1_ConsentRejected

Indicates the user has rejected the permission delegation or cancelled the request.

GoogleCloudAgentidentitycredentialsV1_FinalizeCredentialsRequest

Request message for FinalizeCredentials.

GoogleCloudAgentidentitycredentialsV1_FinalizeCredentialsResponse

Response message for FinalizeCredentials. Intentionally empty

GoogleCloudAgentidentitycredentialsV1_Pending

Indicates that the credential retrieval is pending. The caller should retry the RetrieveCredentials request after some time.

GoogleCloudAgentidentitycredentialsV1_RetrieveCredentialsRequest

Request message for RetrieveCredentials.

GoogleCloudAgentidentitycredentialsV1_RetrieveCredentialsResponse

Response message for RetrieveCredentials. Contains the access tokens and related artifacts.

GoogleCloudAgentidentitycredentialsV1_Success

Message indicating successful retrieval of credentials.

GoogleCloudAgentidentitycredentialsV1_UriConsentRequired

Indicates that the user must visit the provided URI to consent to delegate permission to the agent to act on their behalf. The caller can either poll the RetrieveCredentials method, or await the /ValidateUserId callback