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

ClientOptions

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

Options for Client constructor.

interface ClientOptions {
consumer: Token;
signature: SignatureMethod;
}

§Properties

§
consumer: Token
[src]