You are here

interface OAuth2StorageInterface in OAuth2 Server 8

Same name and namespace in other branches
  1. 2.0.x src/OAuth2StorageInterface.php \Drupal\oauth2_server\OAuth2StorageInterface

Interface OAuth2 Storage Interface.

@package Drupal\oauth2_server

Hierarchy

  • interface \Drupal\oauth2_server\OAuth2StorageInterface extends \OAuth2\OpenID\Storage\AuthorizationCodeInterface \OAuth2\Storage\AccessTokenInterface \OAuth2\Storage\ClientCredentialsInterface \OAuth2\Storage\JwtBearerInterface \OAuth2\Storage\RefreshTokenInterface \OAuth2\Storage\UserCredentialsInterface \OAuth2\OpenID\Storage\UserClaimsInterface \OAuth2\Storage\PublicKeyInterface

Expanded class hierarchy of OAuth2StorageInterface

All classes that implement OAuth2StorageInterface

3 files declare their use of OAuth2StorageInterface
AuthorizeForm.php in src/Form/AuthorizeForm.php
OAuth2Controller.php in src/Controller/OAuth2Controller.php
OAuth2DrupalAuthProvider.php in src/Authentication/Provider/OAuth2DrupalAuthProvider.php

File

src/OAuth2StorageInterface.php, line 19

Namespace

Drupal\oauth2_server
View source
interface OAuth2StorageInterface extends OAuth2AuthorizationCodeInterface, AccessTokenInterface, ClientCredentialsInterface, JwtBearerInterface, RefreshTokenInterface, UserCredentialsInterface, UserClaimsInterface, PublicKeyInterface {

}

Members