File "ISigner.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/lib/Core/Auth/ISigner.php
File size: 196 bytes
MIME-type: --
Charset: utf-8

<?php

namespace Aliyun\Core\Auth;

interface ISigner
{
	public function  getSignatureMethod();
	
	public function  getSignatureVersion();
	
	public function signString($source, $accessSecret); 
}