You are here

protected property Oauth2AuthorizeForm::$knownClientRepository in Simple OAuth (OAuth2) & OpenID Connect 5.x

Same name and namespace in other branches
  1. 8.4 src/Controller/Oauth2AuthorizeForm.php \Drupal\simple_oauth\Controller\Oauth2AuthorizeForm::knownClientRepository

The known client repository service.

Type: \Drupal\simple_oauth\KnownClientsRepositoryInterface

File

src/Controller/Oauth2AuthorizeForm.php, line 69

Class

Oauth2AuthorizeForm
Authorize form.

Namespace

Drupal\simple_oauth\Controller

Code

protected $knownClientRepository;