public class AuthorizationResponse
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String[] | accessTokensThe list of access tokens | 
| static int | RESPONSE_OK | 
| static int | RESPONSE_UNREACHABLE | 
| static int | RESPONSE_USERNOTFOUND | 
| static int | RESPONSE_USERUNAUTHORIZED | 
| protected int | responseStatusThe status | 
| Constructor and Description | 
|---|
| AuthorizationResponse(java.lang.String[] accessTokens,
                     int responseStatus)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | getAccessTokens()Get the tokens | 
| int | getResponseStatus()Get the status | 
public static final int RESPONSE_OK
public static final int RESPONSE_UNREACHABLE
public static final int RESPONSE_USERNOTFOUND
public static final int RESPONSE_USERUNAUTHORIZED
protected java.lang.String[] accessTokens
protected int responseStatus