SimpleSAML_AuthMemCookie::getUsernameAttr PHP 메소드

getUsernameAttr() 공개 메소드

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