import * as denoOauth1.0a from "https://raw.githubusercontent.com/snsinfu/deno-oauth-1.0a/main/mod.ts";| OAuthClient | OAuth 1.0a client.  | 
| HMAC_SHA1 | The HMAC-SHA1 signature method.  | 
| HMAC_SHA256 | The HMAC-SHA256 signature method.  | 
| PLAINTEXT | The PLAINTEXT signature method.  | 
| toAuthHeader | Composes HTTP Authorization header.  | 
| toQueryParams | Composes URL query parameters or a form-encoded body.  | 
| 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.  |