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

CheckResponse

import type { CheckResponse } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";

Response message for the Check method.

interface CheckResponse {
headers?: {
[key: string]: string;
}
;
status?: Status;
}

§Properties

§
headers?: {
[key: string]: string;
}
[src]

Returns a set of request contexts generated from the CheckRequest.

§
status?: Status
[src]

Operation is allowed when this field is not set. Any non-'OK' status indicates a denial; google.rpc.Status.details would contain additional details about the denial.