public function Oauth2TokenType::getDescription in Simple OAuth (OAuth2) & OpenID Connect 8.3
Same name and namespace in other branches
- 8.4 src/Entity/Oauth2TokenType.php \Drupal\simple_oauth\Entity\Oauth2TokenType::getDescription()
- 8.2 src/Entity/Oauth2TokenType.php \Drupal\simple_oauth\Entity\Oauth2TokenType::getDescription()
- 5.x src/Entity/Oauth2TokenType.php \Drupal\simple_oauth\Entity\Oauth2TokenType::getDescription()
Get the description.
Return value
string The description
Overrides Oauth2TokenTypeInterface::getDescription
File
- src/
Entity/ Oauth2TokenType.php, line 53
Class
- Oauth2TokenType
- Defines the OAuth2 Token Type entity.
Namespace
Drupal\simple_oauth\EntityCode
public function getDescription() {
return $this->description;
}