PHPMailer\PHPMailer\PHPMailer::getOAuth PHP Method

getOAuth() public method

Get the OAuth instance.
public getOAuth ( ) : OAuth
return OAuth
    public function getOAuth()
    {
        return $this->oauth;
    }