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

SignAndEncryptKeyPairs

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

The configuration of a CSE identity that uses different key pairs for signing and encryption.

interface SignAndEncryptKeyPairs {
encryptionKeyPairId?: string;
signingKeyPairId?: string;
}

§Properties

§
encryptionKeyPairId?: string
[src]

The ID of the CseKeyPair that encrypts signed outgoing mail.

§
signingKeyPairId?: string
[src]

The ID of the CseKeyPair that signs outgoing mail.