PHP 클래스 PhilipBrown\Signature\Token

파일 보기 프로젝트 열기: philipbrown/signplz

공개 메소드들

메소드 설명
__construct ( string $key, string $secret ) : void Create a new Token
key ( ) : string Get the key
secret ( ) : string Get the secret

메소드 상세

__construct() 공개 메소드

Create a new Token
public __construct ( string $key, string $secret ) : void
$key string
$secret string
리턴 void

key() 공개 메소드

Get the key
public key ( ) : string
리턴 string

secret() 공개 메소드

Get the secret
public secret ( ) : string
리턴 string