Inherits Object.
Static Public Member Functions | |
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< TokenProvider > | GetInstance (System::String clientId, System::String clientSecret, System::String refreshToken) |
Gets an instance of the TokenProvider for Google mail server More... | |
Static Public Attributes | |
static const ASPOSE_EMAIL_SHARED_API System::String | RequestUrl |
|
static |
Gets an instance of the TokenProvider for Google mail server
clientId | The client ID obtained from the Microsoft account Developer Center during application registration. |
clientSecret | The client secret obtained during application registration. |
refreshToken | OAuth 2.0 refresh token |
|
static |