com.createsend.util
Class OAuthAuthenticationDetails
java.lang.Object
com.createsend.util.AuthenticationDetails
com.createsend.util.OAuthAuthenticationDetails
public class OAuthAuthenticationDetails
- extends AuthenticationDetails
Represents the authentication details to use when authenticating with the
Campaign Monitor API using OAuth.
- Author:
- jdennes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthAuthenticationDetails
public OAuthAuthenticationDetails(String accessToken,
String refreshToken)
getAccessToken
public String getAccessToken()
getRefreshToken
public String getRefreshToken()
Copyright © 2013. All Rights Reserved.