PHP Interface QueryAuth\Credentials\CredentialsInterface

Afficher le fichier Open project: jeremykendall/query-auth Interface Usage Examples

Méthodes publiques

Méthode Description
getKey ( ) : string Gets key
getSecret ( ) : string Gets secret

Method Details

getKey() public méthode

Gets key
public getKey ( ) : string
Résultat string Key

getSecret() public méthode

Gets secret
public getSecret ( ) : string
Résultat string Secret