UNPKG

netsuite-oauth-client

Version:

NetSuite OAuth 1.0 client library for Node.js with TypeScript support

5 lines 248 B
export declare const SIGNATURE_METHOD = "HMAC-SHA256"; export declare const OAUTH_VERSION = "1.0"; export declare function generateOAuthNonce(): string; export declare function percentEncode(str: string): string; //# sourceMappingURL=oauth.d.ts.map