WC_REST_Authentication::get_authorization_header()
Method: Get the authorization header.
Source: includes/class-wc-rest-authentication.php:244
Method: Get the authorization header.
Source: includes/class-wc-rest-authentication.php:244
Method: Get oAuth parameters from $_GET, $_POST or request header.
Source: includes/class-wc-rest-authentication.php:269
Method: Perform OAuth 1.0a “one-legged” (http://oauthbible.com/#oauth-10a-one-legged) authentication for non-SSL requests.
Source: includes/class-wc-rest-authentication.php:342
Method: Verify that the consumer-provided request signature matches our generated signature, this ensures the consumer has a valid key/secret.
Source: includes/class-wc-rest-authentication.php:383
Method: Basic Authentication.
Source: includes/class-wc-rest-authentication.php:166
Method: Authenticate user.
Source: includes/class-wc-rest-authentication.php:76
Method: Check for authentication error.
Source: includes/class-wc-rest-authentication.php:126
Method: Set authentication error.
Source: includes/class-wc-rest-authentication.php:140
Method: Get authentication error.
Source: includes/class-wc-rest-authentication.php:152
Class: REST API authentication class.
Source: includes/class-wc-rest-authentication.php:14