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

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

public static final class OAuthError.TokenResponse
extends Object


Field Summary
static String INVALID_CLIENT
           
static String INVALID_GRANT
           
static String INVALID_REQUEST
           
static String INVALID_SCOPE
           
static String UNAUTHORIZED_CLIENT
           
static String UNSUPPORTED_GRANT_TYPE
           
 
Constructor Summary
OAuthError.TokenResponse()
           
 
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

INVALID_CLIENT

public static final String INVALID_CLIENT
See Also:
Constant Field Values

UNAUTHORIZED_CLIENT

public static final String UNAUTHORIZED_CLIENT
See Also:
Constant Field Values

INVALID_GRANT

public static final String INVALID_GRANT
See Also:
Constant Field Values

UNSUPPORTED_GRANT_TYPE

public static final String UNSUPPORTED_GRANT_TYPE
See Also:
Constant Field Values

INVALID_SCOPE

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

OAuthError.TokenResponse

public OAuthError.TokenResponse()


Copyright © 2010. All Rights Reserved.