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.