GetInstance
GetInstance
Gets an instance of the TokenProvider for Google mail server
Returns: Returns an instance of the OutlookTokenProvider for defined parameters.
GetInstance(System::String clientId, System::String clientSecret, System::String refreshToken)
| Parameter | Description |
|---|---|
| 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 |