\PHPMailer\Test\OAuthDummyOauthProvider

Summary

Methods
Properties
Constants
getOauth64()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getOauth64()

getOauth64() : string

Generate a base64-encoded OAuth token ensuring that the access token has not expired.

The string to be base 64 encoded should be in the form: "user=<user_email_address>\001auth=Bearer <access_token>\001\001"

Returns

string —