public static function SimpleOauthAuthenticationProviderInterface::getTokenValue in Simple OAuth (OAuth2) & OpenID Connect 8
Gets the access token from the request.
Parameters
\Symfony\Component\HttpFoundation\Request $request: The request object.
Return value
string The access token.
See also
http://tools.ietf.org/html/rfc6750
1 method overrides SimpleOauthAuthenticationProviderInterface::getTokenValue()
- SimpleOauthAuthenticationProvider::getTokenValue in src/
Authentication/ Provider/ SimpleOauthAuthenticationProvider.php - Gets the access token from the request.
File
- src/
Authentication/ Provider/ SimpleOauthAuthenticationProviderInterface.php, line 27
Class
- SimpleOauthAuthenticationProviderInterface
- Class SimpleOauthAuthenticationProviderInterface.
Namespace
Drupal\simple_oauth\Authentication\ProviderCode
public static function getTokenValue(Request $request);