SimpleSAML_AuthMemCookie::getUsernameAttr PHP Méthode

getUsernameAttr() public méthode

This function retrieves the name of the attribute which contains the username from the configuration.
public getUsernameAttr ( ) : string
Résultat string The name of the attribute which contains the username.
    public function getUsernameAttr()
    {
        $usernameAttr = $this->amcConfig->getString('username', null);
        return $usernameAttr;
    }