BasicAuthAccessor
class BasicAuthAccessor extends Accessor
The BasicAuthAccessor class holds information about the connection for the RestClient. I.e. username and api-key for basic authentication.
Methods
__construct(string $baseUrl, string $username, string $apikey)
No description