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

SignedOAuthParams

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

Collection of OAuth protocol parameters including signature.

interface SignedOAuthParams extends OAuthParams {
oauth_signature: string;
}

§Extends

§Properties

§
oauth_signature: string
[src]