AppserverIo\Appserver\Core\Api\Node\LoginConfigNode::getAuthMethod PHP Méthode

getAuthMethod() public méthode

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