You are here

public function Oauth2ClientPluginInterface::retrieveAccessToken in OAuth2 Client 8.3

Retrieve the access token storage.

Return value

mixed The stored token, or NULL if no value exists.

4 methods override Oauth2ClientPluginInterface::retrieveAccessToken()
AuthCodeAccessExample::retrieveAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeAccessExample.php
Retrieve the access token storage.
AuthCodeExample::retrieveAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeExample.php
Retrieve the access token storage.
AuthCodeRedirectExample::retrieveAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/AuthCodeRedirectExample.php
Retrieve the access token storage.
ResourceOwnerExample::retrieveAccessToken in examples/oauth2_client_example_plugins/src/Plugin/Oauth2Client/ResourceOwnerExample.php
Retrieve the access token storage.

File

src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php, line 138

Class

Oauth2ClientPluginInterface
Interface for Oauth2 Client plugins.

Namespace

Drupal\oauth2_client\Plugin\Oauth2Client

Code

public function retrieveAccessToken();