The OAuth type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AuthenticateFromWinProgram |
Returns access token obtained after authenticating client app
| |
| AuthorizeFromWebApplication |
Sends an authorization request to Constant Contact API
(if access to application is granted, a code is send to Redirect URL field)
(Redirect URL is one of web application url pages/methods)
| |
| GetAccessTokenByCode |
Request access token for an app key, client secret and authorization code
|
See Also