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

CheckValidCredsResponse

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

A response indicating whether the credentials exist and are valid.

interface CheckValidCredsResponse {
hasValidCreds?: boolean;
}

§Properties

§
hasValidCreds?: boolean
[src]

If set to true, the credentials exist and are valid.