UNPKG

telesignsdk

Version:

Official TeleSign SDK for Rest APIs including Messaging (SMS), Score, PhoneID, Voice, and AppVerify

8 lines (7 loc) 122 B
const AuthMethodNames = { BASIC: "Basic", HMAC_SHA256: "HMAC-SHA256" }; module.exports = { AuthMethodNames, }