You are here

namespace Drupal\oauth2_server\Entity in OAuth2 Server 2.0.x

Same name in other branches
  1. 8 Drupal\oauth2_server\Entity
Classsort descending Location Description
AuthorizationCode src/Entity/AuthorizationCode.php Defines the OAuth2 server authorization code entity.
Client src/Entity/Client.php Defines the OAuth2 client entity.
Scope src/Entity/Scope.php Defines the OAuth2 scope entity.
Server src/Entity/Server.php Defines the OAuth2 server entity.
Token src/Entity/Token.php Defines the OAuth2 server token entity.
TokenIdentifier src/Entity/TokenIdentifier.php Defines the OAuth2 server JSON token identifier entity.