public class OAuthConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OAUTH_ACCESS_TOKEN |
static String |
OAUTH_CALLBACK |
static String |
OAUTH_CONSUMER_KEY |
static String |
OAUTH_NONCE |
static String |
OAUTH_REQUEST_TOKEN |
static String |
OAUTH_SIGNATURE |
static String |
OAUTH_SIGNATURE_METHOD |
static String |
OAUTH_TIMESTAMP |
static String |
OAUTH_TOKEN_VERIFIER |
static String |
OAUTH_VERSION |
public static final String OAUTH_CONSUMER_KEY
public static final String OAUTH_ACCESS_TOKEN
public static final String OAUTH_NONCE
public static final String OAUTH_SIGNATURE
public static final String OAUTH_SIGNATURE_METHOD
public static final String OAUTH_TIMESTAMP
public static final String OAUTH_VERSION
public static final String OAUTH_REQUEST_TOKEN
public static final String OAUTH_TOKEN_VERIFIER
public static final String OAUTH_CALLBACK
Copyright © 2013. All rights reserved.