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

Usage

import * as denoOauth1.0a from "https://raw.githubusercontent.com/snsinfu/deno-oauth-1.0a/main/mod.ts";

§Classes

OAuthClient

OAuth 1.0a client.

§Variables

HMAC_SHA1

The HMAC-SHA1 signature method.

HMAC_SHA256

The HMAC-SHA256 signature method.

PLAINTEXT

The PLAINTEXT signature method.

§Functions

toAuthHeader

Composes HTTP Authorization header.

toQueryParams

Composes URL query parameters or a form-encoded body.

§Interfaces

ClientOptions

Options for Client constructor.

OAuthOptions

Collection of user-overridable OAuth protocol parameters.

OAuthParams

Collection of OAuth protocol parameters except signature.

SignatureMethod

Represents a signature method.

SignedOAuthParams

Collection of OAuth protocol parameters including signature.

SignOptions

Options for the Client.sign() method.

Token

Represents an OAuth token credential.