Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/class-wc-rest-authentication.php / Page 2

WC_REST_Authentication::get_authorization_header()

Method: Get the authorization header.

Source: includes/class-wc-rest-authentication.php:244

Used by 1 function | Uses 0 functions

WC_REST_Authentication::get_oauth_parameters()

Method: Get oAuth parameters from $_GET, $_POST or request header.

Source: includes/class-wc-rest-authentication.php:269

Used by 1 function | Uses 3 functions

WC_REST_Authentication::perform_oauth_authentication()

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

Used by 1 function | Uses 5 functions

WC_REST_Authentication::check_oauth_signature()

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

Used by 1 function | Uses 2 functions

WC_REST_Authentication::authenticate()

Method: Authenticate user.

Source: includes/class-wc-rest-authentication.php:76

Used by 1 function | Uses 3 functions

WC_REST_Authentication::check_authentication_error()

Method: Check for authentication error.

Source: includes/class-wc-rest-authentication.php:126

Used by 0 functions | Uses 1 function

WC_REST_Authentication::set_error()

Method: Set authentication error.

Source: includes/class-wc-rest-authentication.php:140

Used by 3 functions | Uses 0 functions

WC_REST_Authentication::get_error()

Method: Get authentication error.

Source: includes/class-wc-rest-authentication.php:152

Used by 2 functions | Uses 0 functions

WC_REST_Authentication::perform_basic_authentication()

Method: Basic Authentication.

Source: includes/class-wc-rest-authentication.php:166

Used by 1 function | Uses 2 functions

WC_REST_Authentication

Class: REST API authentication class.

Source: includes/class-wc-rest-authentication.php:14

Used by 0 functions | Uses 0 functions
« Previous 1 2 3 Next »
Proudly powered by WordPress