Skip to main content
Module

x/google_datastore/deps.ts

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

Namespaces

encode and decode for base64 encoding.

Classes

The SignJWT class is a utility for creating Compact JWS formatted JWT strings.

Functions

Decodes a given RFC4648 base64 encoded string

CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation

Imports a PEM-encoded PKCS8 string as a runtime-specific private key representation (KeyObject or CryptoKey). See Algorithm Key Requirements to learn about key to algorithm requirements and mapping. Encrypted keys are not supported.