org.apache.shindig.auth
Class OAuthConstants

java.lang.Object
  extended by org.apache.shindig.auth.OAuthConstants

public final class OAuthConstants
extends Object

OAuth constants not found in the upstream OAuth library


Field Summary
static String OAUTH_BODY_HASH
           
static String OAUTH_EXPIRES_IN
           
static String OAUTH_SESSION_HANDLE
           
static String PROBLEM_ACCESS_TOKEN_EXPIRED
           
static String PROBLEM_BAD_VERIFIER
           
static String PROBLEM_PARAMETER_MISSING
           
static String PROBLEM_TOKEN_INVALID
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.