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

DownloadAccountResponse

import type { DownloadAccountResponse } from "https://googleapis.deno.dev/v1/identitytoolkit:v3.ts";

Response of downloading accounts in batch.

interface DownloadAccountResponse {
kind?: string;
nextPageToken?: string;
users?: UserInfo[];
}

§Properties

§
kind?: string
[src]

The fixed string "identitytoolkit#DownloadAccountResponse".

§
nextPageToken?: string
[src]

The next page token. To be used in a subsequent request to return the next page of results.

§
users?: UserInfo[]
[src]

The user accounts data.