UNPKG

node-oauth-1.0a-ts

Version:

OAuth 1.0a Request Authorization for Node and Browser.

6 lines (5 loc) 172 B
export declare const Signer: Readonly<{ [key: string]: Function; }>; export default Signer; export declare type SignerType = "HMAC-SHA1" | "HMAC-SHA256" | "PLAINTEXT";