diff --git a/wp_oauth_backend/wp_oauth.py b/wp_oauth_backend/wp_oauth.py index 08b9368..8fb5471 100644 --- a/wp_oauth_backend/wp_oauth.py +++ b/wp_oauth_backend/wp_oauth.py @@ -63,6 +63,3 @@ class WPOAuth2(BaseOAuth2): def get_username(self, strategy, details, backend, user=None, *args, **kwargs): return details['username'] - - def get_key_and_secret(self): - return (self.CLIENT_ID, self.CLIENT_SECRET)