public function TokenAuthUserInterface::getToken in Simple OAuth (OAuth2) & OpenID Connect 8
Same name and namespace in other branches
- 8.4 src/Authentication/TokenAuthUserInterface.php \Drupal\simple_oauth\Authentication\TokenAuthUserInterface::getToken()
- 8.2 src/Authentication/TokenAuthUserInterface.php \Drupal\simple_oauth\Authentication\TokenAuthUserInterface::getToken()
- 8.3 src/Authentication/TokenAuthUserInterface.php \Drupal\simple_oauth\Authentication\TokenAuthUserInterface::getToken()
- 5.x src/Authentication/TokenAuthUserInterface.php \Drupal\simple_oauth\Authentication\TokenAuthUserInterface::getToken()
Get the token.
Return value
AccessTokenInterface The provided OAuth2 token.
1 method overrides TokenAuthUserInterface::getToken()
- TokenAuthUser::getToken in src/
Authentication/ TokenAuthUser.php - Get the token.
File
- src/
Authentication/ TokenAuthUserInterface.php, line 16
Class
Namespace
Drupal\simple_oauth\AuthenticationCode
public function getToken();