remove resource endpoint field
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user