We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc29bb commit a2c1795Copy full SHA for a2c1795
api/src/Security/Http/Protection/ResourceResourceHandler.php
@@ -108,20 +108,4 @@ private function getPAT(): string
108
109
return $content['access_token'];
110
}
111
-
112
- private function getTokenEndpoint(): string
113
- {
114
- $response = $this->securityAuthorizationClient->request('GET', '.well-known/openid-configuration');
115
- $content = $response->toArray();
116
117
- return $content['token_endpoint'];
118
- }
119
120
- private function getResourceRegistrationEndpoint(): string
121
122
- $response = $this->securityAuthorizationClient->request('GET', '.well-known/uma2-configuration');
123
124
125
- return $content['resource_registration_endpoint'];
126
127
0 commit comments