You are here

public function Oauth::checkIfAvailable in Entity Share 8.3

Returns true if the plugin method is supported.

The method could be in core, or it could require a contrib module.

Return value

bool Is this plugin available?

Overrides ClientAuthorizationInterface::checkIfAvailable

File

modules/entity_share_client/src/Plugin/ClientAuthorization/Oauth.php, line 66

Class

Oauth
Provides Oauth2 based client authorization.

Namespace

Drupal\entity_share_client\Plugin\ClientAuthorization

Code

public function checkIfAvailable() {
  return TRUE;
}