You are here

public function SalesforceAuthTokenStorageInterface::hasIdentity in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Storage/SalesforceAuthTokenStorageInterface.php \Drupal\salesforce\Storage\SalesforceAuthTokenStorageInterface::hasIdentity()
  2. 5.0.x src/Storage/SalesforceAuthTokenStorageInterface.php \Drupal\salesforce\Storage\SalesforceAuthTokenStorageInterface::hasIdentity()

Return boolean indicating whether this service has an identity.

Return value

bool TRUE if the service has an identity.

1 method overrides SalesforceAuthTokenStorageInterface::hasIdentity()
SalesforceAuthTokenStorage::hasIdentity in src/Storage/SalesforceAuthTokenStorage.php
Return boolean indicating whether this service has an identity.

File

src/Storage/SalesforceAuthTokenStorageInterface.php, line 27

Class

SalesforceAuthTokenStorageInterface
Add identity handling to token storage.

Namespace

Drupal\salesforce\Storage

Code

public function hasIdentity($service);