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

Account

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

Identifies an account and how to log into it.

interface Account {
googleAuto?: GoogleAuto;
}

§Properties

§
googleAuto?: GoogleAuto
[src]

An automatic google login account.