You are here

protected property ProviderPluginBase::$revocationSupported in Authorization 8

Whether this provider supports revocation.

Revocation supported.

Type: bool

File

src/Provider/ProviderPluginBase.php, line 44

Class

ProviderPluginBase
Base class for Authorization provider plugins.

Namespace

Drupal\authorization\Provider

Code

protected $revocationSupported = FALSE;