OpenIDConnectClientEditForm.php in OpenID Connect / OAuth client 2.x
Namespace
Drupal\openid_connect\FormFile
src/Form/OpenIDConnectClientEditForm.phpView source
<?php
namespace Drupal\openid_connect\Form;
/**
* Provides the edit form for the OpenID Connect client entity.
*/
class OpenIDConnectClientEditForm extends OpenIDConnectClientFormBase {
}
Classes
Name | Description |
---|---|
OpenIDConnectClientEditForm | Provides the edit form for the OpenID Connect client entity. |