You are here

public function NetworkBase::authenticate in Social API 8

By default assume that no action needs to happen to authenticate a request.

Overrides NetworkInterface::authenticate

File

src/Plugin/NetworkBase.php, line 112

Class

NetworkBase
Base class for Social Network plugins.

Namespace

Drupal\social_api\Plugin

Code

public function authenticate() {

  // Do nothing by default.
}