TokenCopyimport 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]