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

ClientScope

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

Client scope represents the application, etc. subject to this binding's restrictions.

interface ClientScope {
restrictedClientApplication?: Application;
}

§Properties

§
restrictedClientApplication?: Application
[src]

Optional. The application that is subject to this binding's scope.