public function SalesforceAuthTokenStorageInterface::hasIdentity in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/Storage/SalesforceAuthTokenStorageInterface.php \Drupal\salesforce\Storage\SalesforceAuthTokenStorageInterface::hasIdentity()
- 8.3 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 28
Class
- SalesforceAuthTokenStorageInterface
- Add identity handling to token storage.
Namespace
Drupal\salesforce\StorageCode
public function hasIdentity($service);