◆ __construct()
PHPMailerOAuthGoogle::__construct |
( |
|
$UserEmail, |
|
|
|
$ClientSecret, |
|
|
|
$ClientId, |
|
|
|
$RefreshToken |
|
) |
| |
- Parameters
-
string | $UserEmail | |
string | $ClientSecret | |
string | $ClientId | |
string | $RefreshToken | |
Definition at line 40 of file class.phpmaileroauthgoogle.php.
46 $this->oauthClientId = $ClientId;
47 $this->oauthClientSecret = $ClientSecret;
48 $this->oauthRefreshToken = $RefreshToken;
49 $this->oauthUserEmail = $UserEmail;
◆ getGrant()
PHPMailerOAuthGoogle::getGrant |
( |
| ) |
|
|
private |
◆ getOauth64()
PHPMailerOAuthGoogle::getOauth64 |
( |
| ) |
|
◆ getProvider()
PHPMailerOAuthGoogle::getProvider |
( |
| ) |
|
|
private |
◆ getToken()
PHPMailerOAuthGoogle::getToken |
( |
| ) |
|
|
private |
◆ $oauthClientId
PHPMailerOAuthGoogle::$oauthClientId = '' |
|
private |
◆ $oauthClientSecret
PHPMailerOAuthGoogle::$oauthClientSecret = '' |
|
private |
◆ $oauthRefreshToken
PHPMailerOAuthGoogle::$oauthRefreshToken = '' |
|
private |
◆ $oauthUserEmail
PHPMailerOAuthGoogle::$oauthUserEmail = '' |
|
private |
The documentation for this class was generated from the following file: