Skip to main content
Module

x/authlete_deno/mod.ts>Pair

Authlete Library for Deno
Go to Latest
class Pair
Re-export
import { Pair } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

A pair of a string key and a string value.

Properties

optional
key: string

The key of this pair.

optional
value: string

The value of this pair.