You are here

protected property ProviderPluginBase::$syncOnLogonSupported in Authorization 8

Whether this provider supports sync on user logon.

Sync on logon supported.

Type: bool

File

src/Provider/ProviderPluginBase.php, line 36

Class

ProviderPluginBase
Base class for Authorization provider plugins.

Namespace

Drupal\authorization\Provider

Code

protected $syncOnLogonSupported = FALSE;