You are here

15 calls to Oauth2ClientPluginBase::getId() in OAuth2 Client 8.3

AuthCodeAccessExample::clearAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeAccessExample.php
Clears the access token from storage.
AuthCodeAccessExample::retrieveAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeAccessExample.php
Retrieve the access token storage.
AuthCodeAccessExample::storeAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeAccessExample.php
Stores access tokens obtained by this client.
AuthCodeExample::clearAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeExample.php
Clears the access token from storage.
AuthCodeExample::retrieveAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeExample.php
Retrieve the access token storage.
AuthCodeExample::storeAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeExample.php
Stores access tokens obtained by this client.
AuthCodeRedirectExample::clearAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeRedirectExample.php
Clears the access token from storage.
AuthCodeRedirectExample::retrieveAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeRedirectExample.php
Retrieve the access token storage.
AuthCodeRedirectExample::storeAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeRedirectExample.php
Stores access tokens obtained by this client.
Oauth2ClientPluginBase::getEditableConfigNames in src/Plugin/Oauth2Client/Oauth2ClientPluginBase.php
Gets the configuration names that will be editable.
Oauth2ClientPluginBase::getRedirectUri in src/Plugin/Oauth2Client/Oauth2ClientPluginBase.php
Retrieves the redirect_uri of the OAuth2 server.
Oauth2ClientPluginBase::loadConfiguration in src/Plugin/Oauth2Client/Oauth2ClientPluginBase.php
Helper function to initialize the internal configuration array.
ResourceOwnerExample::clearAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/ResourceOwnerExample.php
Clears the access token from storage.
ResourceOwnerExample::retrieveAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/ResourceOwnerExample.php
Retrieve the access token storage.
ResourceOwnerExample::storeAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/ResourceOwnerExample.php
Stores access tokens obtained by this client.