You are here

public function Oauth2ClientPluginInterface::getRedirectUri in OAuth2 Client 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php \Drupal\oauth2_client\Plugin\Oauth2Client\Oauth2ClientPluginInterface::getRedirectUri()

Retrieves the redirect_uri of the OAuth2 server.

Return value

string The redirect_uri of the OAuth2 server.

1 method overrides Oauth2ClientPluginInterface::getRedirectUri()
Oauth2ClientPluginBase::getRedirectUri in src/Plugin/Oauth2Client/Oauth2ClientPluginBase.php
Retrieves the redirect_uri of the OAuth2 server.

File

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

Class

Oauth2ClientPluginInterface
Interface for Oauth2 Client plugins.

Namespace

Drupal\oauth2_client\Plugin\Oauth2Client

Code

public function getRedirectUri();