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

GoogleAuth

import { GoogleAuth } from "https://googleapis.deno.dev/v1/keep:v1.ts";
class GoogleAuth {
fromJSON(json: JWTInput): JSONClient;
async getApplicationDefault(): Promise<ADCResponse>;
}

§Methods

§
fromJSON(json: JWTInput): JSONClient
[src]

Create a credentials instance using the given input options.

@param json

The input object.

@return

JWT Client with data

§
getApplicationDefault(): Promise<ADCResponse>
[src]