AppserverIo\Appserver\Core\Api\Node\LoginConfigNode::getAuthMethod PHP Метод

getAuthMethod() публичный Метод

Return's the authentication method information.
public getAuthMethod ( ) : AuthMethodNode
Результат AuthMethodNode The authentication method information
    public function getAuthMethod()
    {
        return $this->authMethod;
    }