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

ClientContext

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

Container for various pieces of client-owned context attached to a request.

interface ClientContext {
secureContext?: {
[key: string]: any;
}
;
}

§Properties

§
secureContext?: {
[key: string]: any;
}
[src]

Optional. Map of parameter name to value for this request. These values will be returned by any SECURE_CONTEXT() calls invoked by this request (e.g., by queries against Parameterized Secure Views).