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

GoogleCloudAgentidentitycredentialsV1_FinalizeCredentialsRequest

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

Request message for FinalizeCredentials.

interface GoogleCloudAgentidentitycredentialsV1_FinalizeCredentialsRequest {
consentNonce?: string;
userId?: string;
userIdValidationState?: Uint8Array;
}

§Properties

§
consentNonce?: string
[src]

Required. The same consent_nonce value that was provided during redirect in the UriConsentRequired metadata.

§
userId?: string
[src]

Required. The identity of the end user.

§
userIdValidationState?: Uint8Array
[src]

Required. The encrypted state passed back from the consent flow.