Adldap\Models\User::getAuthIdentifierName PHP Method

getAuthIdentifierName() public method

Get the name of the unique identifier for the user.
public getAuthIdentifierName ( ) : string
return string
    public function getAuthIdentifierName()
    {
        return $this->schema->objectSid();
    }