Flarum\Forum\Controller\AbstractOAuth2Controller::__construct PHP Method

__construct() public method

public __construct ( AuthenticationResponseFactory $authResponse )
$authResponse Flarum\Forum\AuthenticationResponseFactory
    public function __construct(AuthenticationResponseFactory $authResponse)
    {
        $this->authResponse = $authResponse;
    }