public function AccessTokenInterface::isRefreshToken in Simple OAuth (OAuth2) & OpenID Connect 8
Helper function that indicates if a token is a refresh token.
Return value
bool TRUE if this is a refresh token. FALSE otherwise.
1 method overrides AccessTokenInterface::isRefreshToken()
- AccessToken::isRefreshToken in src/
Entity/ AccessToken.php - Helper function that indicates if a token is a refresh token.
File
- src/
AccessTokenInterface.php, line 42
Class
- AccessTokenInterface
- Provides an interface for defining Access Token entities.
Namespace
Drupal\simple_oauthCode
public function isRefreshToken();