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

Authentication

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

Scan authentication configuration.

interface Authentication {
customAccount?: CustomAccount;
googleAccount?: GoogleAccount;
iapCredential?: IapCredential;
}

§Properties

§
customAccount?: CustomAccount
[src]

Authentication using a custom account.

§
googleAccount?: GoogleAccount
[src]

Authentication using a Google account.

§
iapCredential?: IapCredential
[src]

Authentication using Identity-Aware-Proxy (IAP).