public function Mapping::getUserTokens in Lightweight Directory Access Protocol (LDAP) 8.4
Get user tokens.
Return value
string Tokens.
1 call to Mapping::getUserTokens()
- Mapping::serialize in ldap_servers/
src/ Mapping.php - Serialized data.
File
- ldap_servers/
src/ Mapping.php, line 349
Class
- Mapping
- Interface for the synchronization mappings ldap_user provides.
Namespace
Drupal\ldap_serversCode
public function getUserTokens() : string {
return $this->userTokens;
}