net.smartam.leeloo.common.error
Class OAuthError.ResourceResponse

java.lang.Object
  extended by net.smartam.leeloo.common.error.OAuthError.ResourceResponse
Enclosing class:
OAuthError

public static final class OAuthError.ResourceResponse
extends Object


Field Summary
static String EXPIRED_TOKEN
           
static String INSUFFICIENT_SCOPE
           
static String INVALID_REQUEST
           
static String INVALID_TOKEN
           
 
Constructor Summary
OAuthError.ResourceResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_REQUEST

public static final String INVALID_REQUEST
See Also:
Constant Field Values

EXPIRED_TOKEN

public static final String EXPIRED_TOKEN
See Also:
Constant Field Values

INSUFFICIENT_SCOPE

public static final String INSUFFICIENT_SCOPE
See Also:
Constant Field Values

INVALID_TOKEN

public static final String INVALID_TOKEN
See Also:
Constant Field Values
Constructor Detail

OAuthError.ResourceResponse

public OAuthError.ResourceResponse()


Copyright © 2010. All Rights Reserved.