PHPMailer\PHPMailer\PHPMailer::getOAuth PHP 메소드

getOAuth() 공개 메소드

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