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.