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

UserInfo

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

User's information.

interface UserInfo {
displayName?: string;
email?: string;
}

§Properties

§
displayName?: string
[src]

The displayed name of the user.

§
email?: string
[src]

The email address of the user.