You are here

public function BaseInterface::authorize in DRD Agent 8.3

Same name and namespace in other branches
  1. 4.0.x src/Agent/Action/BaseInterface.php \Drupal\drd_agent\Agent\Action\BaseInterface::authorize()

Authorize the DRD instance, all validations have passed successfully.

Parameters

string $remoteSetupToken: The token including settings.

Return value

$this

1 method overrides BaseInterface::authorize()
Base::authorize in src/Agent/Action/Base.php
Authorize the DRD instance, all validations have passed successfully.

File

src/Agent/Action/BaseInterface.php, line 45

Class

BaseInterface
Defines an interface for Remote DRD Action Code.

Namespace

Drupal\drd_agent\Agent\Action

Code

public function authorize($remoteSetupToken) : self;