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

CorsSettings

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

Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS call to bypass authentication and authorization.

interface CorsSettings {
allowHttpOptions?: boolean;
}

§Properties

§
allowHttpOptions?: boolean
[src]

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.