remove resource endpoint field

This commit is contained in:
Yuri Kuznetsov
2025-04-17 10:45:42 +03:00
parent 39e7b397e9
commit 2b98eef915
3 changed files with 0 additions and 12 deletions
@@ -88,11 +88,6 @@ class OAuthProvider extends Entity
return $value;
}
public function getResourceEndpoint(): ?string
{
return $this->get('resourceEndpoint');
}
/**
* @return string[]
*/
@@ -8,7 +8,6 @@
"clientSecret": "Client Secret",
"authorizationEndpoint": "Authorization Endpoint",
"tokenEndpoint": "Token Endpoint",
"resourceEndpoint": "Resource Endpoint",
"authorizationRedirectUri": "Authorization Redirect URI",
"scopes": "Scopes",
"scopeSeparator": "Scope Separator",
@@ -30,12 +30,6 @@
"dbType": "text",
"strip": false
},
"resourceEndpoint": {
"type": "url",
"maxLength": 512,
"dbType": "text",
"strip": false
},
"authorizationRedirectUri": {
"type": "url",
"notStorable": true,