Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.11 KB

basic_auth.rst

File metadata and controls

57 lines (35 loc) · 1.11 KB

BasicAuth

A client library allowing to perform REST-ful requests using Basic authentication method.

This class implements :phpDreamCommerce\\ShopAppstoreLib\\ClientInterface.

constants

HTTP_ERROR_AUTH_FAILURE

Authentication failure

HTTP_ERROR_AUTH_IP_NOT_ALLOWED

Failure due to invalid IP being used

HTTP_ERROR_AUTH_WEBAPI_ACCESS_DENIED

Missing WebAPI credentials

methods