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

GoogleCloudAgentidentitycredentialsV1_RetrieveCredentialsRequest

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

Request message for RetrieveCredentials.

interface GoogleCloudAgentidentitycredentialsV1_RetrieveCredentialsRequest {
continueUri?: string;
forceRefreshToken?: string;
scopes?: string[];
userId?: string;
}

§Properties

§
continueUri?: string
[src]

Optional. The URI to redirect the user to after consent is completed. This field is required for authproviders using the 3-legged OAuth flow. For other authprovider types, this field is unused but not rejected.

§
forceRefreshToken?: string
[src]

Optional. Input only. Set this field only if the previous token was expired or invalid. This value must be the full, previously returned token string. Will trigger a refresh of the access token with a stored refresh token, if possible, or a new consent flow.

§
scopes?: string[]
[src]

Optional. The OAuth scopes required for this access.

§
userId?: string
[src]

Required. The identity of the end user.