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

V2GetKeyStringResponse

import type { V2GetKeyStringResponse } from "https://googleapis.deno.dev/v1/apikeys:v2.ts";

Response message for GetKeyString method.

interface V2GetKeyStringResponse {
keyString?: string;
}

§Properties

§
keyString?: string
[src]

An encrypted and signed value of the key.