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

Token

import type { Token } from "https://raw.githubusercontent.com/snsinfu/deno-oauth-1.0a/main/mod.ts";

Represents an OAuth token credential.

interface Token {
key: string;
secret: string;
}

§Properties

§
key: string
[src]
§
secret: string
[src]