You are here

public function PhpmailerOauth2PluginBase::getAuthOptions in PHPMailer SMTP 2.1.x

Retrieves the auth options for PHPMailer OAuth.

Return value

array The array of auth options, including the provider.

Overrides PhpmailerOauth2PluginInterface::getAuthOptions

File

src/Plugin/PhpmailerOauth2/PhpmailerOauth2PluginBase.php, line 34

Class

PhpmailerOauth2PluginBase
Base class for PHPMailer Oauth2 plugins.

Namespace

Drupal\phpmailer_smtp\Plugin\PhpmailerOauth2

Code

public function getAuthOptions() {
  return [];
}