Skip to main content
Module

x/google_datastore/auth.ts

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
import * as googleDatastore from "https://deno.land/x/google_datastore@0.0.14/auth.ts";

Classes

A class that wraps the response from the Google APIs OAuth2 token service.

Functions

Generates a custom token that can be used with Firebase's signInWithCustomToken() API.

Generates an OAuth2 token against Google APIs for the provided service account and scopes. Provides an instance of OAuth2Token that wraps the response from Google API OAuth2 service.