allowHttpOptions property

bool? allowHttpOptions
getter/setter pair

Configuration to allow HTTP OPTIONS calls to skip authorization.

If undefined, IAP will not apply any special logic to OPTIONS requests.

Implementation

core.bool? allowHttpOptions;