PHP Class PhilipBrown\Signature\Token

Datei anzeigen Open project: philipbrown/signplz

Public Methods

Method Description
__construct ( string $key, string $secret ) : void Create a new Token
key ( ) : string Get the key
secret ( ) : string Get the secret

Method Details

__construct() public method

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

key() public method

Get the key
public key ( ) : string
return string

secret() public method

Get the secret
public secret ( ) : string
return string