You are here

public function Oauth2TokenTypeInterface::getDescription in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same name and namespace in other branches
  1. 8.4 src/Entity/Oauth2TokenTypeInterface.php \Drupal\simple_oauth\Entity\Oauth2TokenTypeInterface::getDescription()
  2. 8.2 src/Entity/Oauth2TokenTypeInterface.php \Drupal\simple_oauth\Entity\Oauth2TokenTypeInterface::getDescription()
  3. 5.x src/Entity/Oauth2TokenTypeInterface.php \Drupal\simple_oauth\Entity\Oauth2TokenTypeInterface::getDescription()

Get the description.

Return value

string The description

1 method overrides Oauth2TokenTypeInterface::getDescription()
Oauth2TokenType::getDescription in src/Entity/Oauth2TokenType.php
Get the description.

File

src/Entity/Oauth2TokenTypeInterface.php, line 16

Class

Oauth2TokenTypeInterface
Provides an interface defining Access Token Type entities.

Namespace

Drupal\simple_oauth\Entity

Code

public function getDescription();