|
| | getOauth64 () |
| | Generate a base64-encoded OAuth token.
|
| |
|
|
string | $oauthClientId = '' |
| | The client ID, generated in the app definition of the service you're connecting to.
|
| |
|
string | $oauthClientSecret = '' |
| | The client secret, generated in the app definition of the service you're connecting to.
|
| |
|
string | $oauthRefreshToken = '' |
| | The refresh token, used to obtain new AccessTokens.
|
| |
|
AccessToken | $oauthToken |
| | The current OAuth access token.
|
| |
|
string | $oauthUserEmail = '' |
| | The user's email address, usually used as the login ID and also the from address when sending email.
|
| |
|
AbstractProvider | $provider |
| | An instance of the League OAuth Client Provider.
|
| |
◆ getGrant()
| PHPMailer\PHPMailer\OAuth::getGrant |
( |
| ) |
|
|
protectedinherited |
Get a new RefreshToken.
- Return values
-
◆ getOauth64()
| moodle_phpmailer_oauth::getOauth64 |
( |
| ) |
|
◆ getToken()
| moodle_phpmailer_oauth::getToken |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file:
- lib/phpmailer/moodle_phpmailer_oauth.php