AuthorizationCode |
class |
Drupal\oauth2_server\Entity |
src/Entity/AuthorizationCode.php |
Defines the OAuth2 server authorization code entity. |
|
|
|
AuthorizationCodeInterface |
interface |
Drupal\oauth2_server |
src/AuthorizationCodeInterface.php |
Defines the interface for token entities. |
1 |
1 |
|
AuthorizeForm |
class |
Drupal\oauth2_server\Form |
src/Form/AuthorizeForm.php |
Class Authorize Form. |
|
|
|
Client |
class |
Drupal\oauth2_server\Entity |
src/Entity/Client.php |
Defines the OAuth2 client entity. |
|
|
|
ClientDeleteConfirmForm |
class |
Drupal\oauth2_server\Form |
src/Form/ClientDeleteConfirmForm.php |
Class Client Delete Confirm Form. |
|
|
|
ClientForm |
class |
Drupal\oauth2_server\Form |
src/Form/ClientForm.php |
Class Client Form. |
|
|
|
ClientInterface |
interface |
Drupal\oauth2_server |
src/ClientInterface.php |
Defines the interface for client entities. |
1 |
3 |
|
ClientListBuilder |
class |
Drupal\oauth2_server |
src/ClientListBuilder.php |
Builds a listing of oauth2 server client entities. |
|
|
|
DisallowOauth2Requests |
class |
Drupal\oauth2_server\PageCache |
src/PageCache/DisallowOauth2Requests.php |
Class Disallow Oauth2 Requests. |
|
|
2 |
OAuth2Controller |
class |
Drupal\oauth2_server\Controller |
src/Controller/OAuth2Controller.php |
Class OAuth2 Controller. |
|
|
|
OAuth2DrupalAuthProvider |
class |
Drupal\oauth2_server\Authentication\Provider |
src/Authentication/Provider/OAuth2DrupalAuthProvider.php |
OAuth2 Drupal Auth Provider. |
|
1 |
2 |
Oauth2RequestPolicyInterface |
interface |
Drupal\oauth2_server\PageCache |
src/PageCache/Oauth2RequestPolicyInterface.php |
The interface for determining the requests with OAuth data. |
1 |
|
|
OAuth2ServerAdminTest |
class |
Drupal\Tests\oauth2_server\Functional |
tests/src/Functional/OAuth2ServerAdminTest.php |
The OAuth2 Server admin test case. |
|
|
|
OAuth2ServerStorageTest |
class |
Drupal\Tests\oauth2_server\Functional |
tests/src/Functional/OAuth2ServerStorageTest.php |
The OAuth2 Server admin test case. |
|
|
|
OAuth2ServerTest |
class |
Drupal\Tests\oauth2_server\Functional |
tests/src/Functional/OAuth2ServerTest.php |
The OAuth2 Server admin test case. |
|
|
|
OAuth2Storage |
class |
Drupal\oauth2_server |
src/OAuth2Storage.php |
Provides Drupal OAuth2 storage for the library. |
|
|
2 |
OAuth2StorageInterface |
interface |
Drupal\oauth2_server |
src/OAuth2StorageInterface.php |
Interface OAuth2 Storage Interface. |
1 |
3 |
|
ResourceController |
class |
Drupal\oauth2_server_test\Controller |
tests/modules/oauth2_server_test/src/Controller/ResourceController.php |
Provides block routines for OAuth2 server test. |
|
|
|
Scope |
class |
Drupal\oauth2_server\Entity |
src/Entity/Scope.php |
Defines the OAuth2 scope entity. |
|
|
|
ScopeDeleteConfirmForm |
class |
Drupal\oauth2_server\Form |
src/Form/ScopeDeleteConfirmForm.php |
Class Scope Delete Confirm Form. |
|
|
|
ScopeForm |
class |
Drupal\oauth2_server\Form |
src/Form/ScopeForm.php |
Class Scope Form. |
|
|
|
ScopeInterface |
interface |
Drupal\oauth2_server |
src/ScopeInterface.php |
Defines the interface for scope entities. |
1 |
2 |
|
ScopeListBuilder |
class |
Drupal\oauth2_server |
src/ScopeListBuilder.php |
Builds a listing of oauth2 server entities. |
|
|
|
ScopeUtility |
class |
Drupal\oauth2_server |
src/ScopeUtility.php |
Provides a scope-checking utility to the library. |
|
1 |
|
Server |
class |
Drupal\oauth2_server\Entity |
src/Entity/Server.php |
Defines the OAuth2 server entity. |
|
|
|
ServerClientController |
class |
Drupal\oauth2_server\Controller |
src/Controller/ServerClientController.php |
Class Server Client Controller. |
|
|
|
ServerController |
class |
Drupal\oauth2_server\Controller |
src/Controller/ServerController.php |
Class Server Controller. |
|
|
|
ServerDeleteConfirmForm |
class |
Drupal\oauth2_server\Form |
src/Form/ServerDeleteConfirmForm.php |
Class Server Delete Confirm Form. |
|
|
|
ServerDisableConfirmForm |
class |
Drupal\oauth2_server\Form |
src/Form/ServerDisableConfirmForm.php |
Class Server Disable Confirm Form. |
|
|
|
ServerForm |
class |
Drupal\oauth2_server\Form |
src/Form/ServerForm.php |
Class Server Form. |
|
|
|
ServerInterface |
interface |
Drupal\oauth2_server |
src/ServerInterface.php |
Defines the interface for server entities. |
1 |
5 |
|
ServerListBuilder |
class |
Drupal\oauth2_server |
src/ServerListBuilder.php |
Builds a listing of oauth2 server entities. |
|
|
|
ServerScopeController |
class |
Drupal\oauth2_server\Controller |
src/Controller/ServerScopeController.php |
Class Server Scope Controller. |
|
|
|
Token |
class |
Drupal\oauth2_server\Entity |
src/Entity/Token.php |
Defines the OAuth2 server token entity. |
|
|
|
TokenIdentifier |
class |
Drupal\oauth2_server\Entity |
src/Entity/TokenIdentifier.php |
Defines the OAuth2 server JSON token identifier entity. |
|
|
|
TokenInterface |
interface |
Drupal\oauth2_server |
src/TokenInterface.php |
Defines the interface for token entities. |
1 |
1 |
|
Utility |
class |
Drupal\oauth2_server |
src/Utility.php |
Contains utility methods for the OAuth2 Server. |
|
7 |
|