AppserverIo\Appserver\Core\Api\Node\LoginConfigNode::getAuthMethod PHP Method

getAuthMethod() public method

Return's the authentication method information.
public getAuthMethod ( ) : AuthMethodNode
return AuthMethodNode The authentication method information
    public function getAuthMethod()
    {
        return $this->authMethod;
    }