mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-26 06:12:28 -06:00
1 line
144 B
TypeScript
1 line
144 B
TypeScript
export function validateV3Signature(method:string, uri: string, nonce: string, auth_token: string, v3_signature: string, params?: {}): boolean;
|