PHP Interface QueryAuth\Credentials\CredentialsInterface

Show file Open project: jeremykendall/query-auth Interface Usage Examples

Public Methods

Method Description
getKey ( ) : string Gets key
getSecret ( ) : string Gets secret

Method Details

getKey() public method

Gets key
public getKey ( ) : string
return string Key

getSecret() public method

Gets secret
public getSecret ( ) : string
return string Secret