org.apache.shindig.auth
Class OAuthConstants
java.lang.Object
org.apache.shindig.auth.OAuthConstants
public final class OAuthConstants
- extends Object
OAuth constants not found in the upstream OAuth library
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAUTH_SESSION_HANDLE
public static final String OAUTH_SESSION_HANDLE
- See Also:
- Constant Field Values
OAUTH_EXPIRES_IN
public static final String OAUTH_EXPIRES_IN
- See Also:
- Constant Field Values
OAUTH_BODY_HASH
public static final String OAUTH_BODY_HASH
- See Also:
- Constant Field Values
PROBLEM_ACCESS_TOKEN_EXPIRED
public static final String PROBLEM_ACCESS_TOKEN_EXPIRED
- See Also:
- Constant Field Values
PROBLEM_PARAMETER_MISSING
public static final String PROBLEM_PARAMETER_MISSING
- See Also:
- Constant Field Values
PROBLEM_TOKEN_INVALID
public static final String PROBLEM_TOKEN_INVALID
- See Also:
- Constant Field Values
PROBLEM_BAD_VERIFIER
public static final String PROBLEM_BAD_VERIFIER
- See Also:
- Constant Field Values
Copyright © 2007-2012. All Rights Reserved.