UNPKG
netsuite-oauth-client
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
NetSuite OAuth 1.0 client library for Node.js with TypeScript support
netsuite-oauth-client
/
dist
/
utils
/
oauth.d.ts
5 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
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