Click or drag to resize
MicrosoftExchangeOAuthProvider Methods

The MicrosoftExchangeOAuthProvider type exposes the following members.

Methods
  NameDescription
Public methodCompleteAuthorization
Trades the provided authorizationCode for the access token. Stores the access token, token expiration and a refresh token into credentials.
Public methodGetAuthorizationUrl
URL which is used to request an authorization code, which contains all the necessary information (client id, requested scopes, etc..). The authorization code flow begins with redirecting the user to this URL.
Public methodRefreshToken
Refreshes the EmailOAuthCredentialsAccessToken in the credentials.
Top
See Also