You are here

public function ProviderPluginBase::revocationSupported in Authorization 8

Provides revocation.

Return value

bool Revocation supported.

Overrides ProviderInterface::revocationSupported

File

src/Provider/ProviderPluginBase.php, line 56

Class

ProviderPluginBase
Base class for Authorization provider plugins.

Namespace

Drupal\authorization\Provider

Code

public function revocationSupported() : bool {
  return $this->revocationSupported;
}