Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate WP_Auth0_Api_Client methods #657

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

joshcanhelp
Copy link
Contributor

Changes

This PR deprecates the following methods:

  • WP_Auth0_Api_Client::get_info_headers() - No longer used.
  • WP_Auth0_Api_Client::get_client_token() - No longer used.
  • WP_Auth0_Api_Client::get_user_info() - No longer used.
  • WP_Auth0_Api_Client::get_client() - No longer used.
  • WP_Auth0_Api_Client::update_client() - No longer used.
  • WP_Auth0_Api_Client::create_rule() - No longer used.
  • WP_Auth0_Api_Client::delete_rule() - No longer used.
  • WP_Auth0_Api_Client::get_connection() - No longer used.
  • WP_Auth0_Api_Client::update_user() - No longer used.
  • WP_Auth0_Api_Client::GetConsentScopestoShow() - No longer used.
  • WP_Auth0_Api_Client::update_guardian() - No longer used.

@joshcanhelp joshcanhelp added this to the 3.10.0 milestone Mar 30, 2019
@codecov-io
Copy link

Codecov Report

Merging #657 into master will increase coverage by 1.33%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #657      +/-   ##
============================================
+ Coverage     42.12%   43.46%   +1.33%     
+ Complexity     1238     1217      -21     
============================================
  Files            51       51              
  Lines          3779     3663     -116     
============================================
  Hits           1592     1592              
+ Misses         2187     2071     -116
Impacted Files Coverage Δ Complexity Δ
lib/WP_Auth0_Api_Client.php 53.95% <ø> (+18.9%) 50 <0> (-21) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4cab340...8d452eb. Read the comment docs.

@joshcanhelp joshcanhelp merged commit 372698a into master Apr 1, 2019
@joshcanhelp joshcanhelp deleted the deprecations-for-api-client branch April 1, 2019 15:58
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants