public class AuthModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthModel.Listener |
private static interface |
AuthModel.Service |
| Modifier and Type | Field and Description |
|---|---|
private int |
MAX_RETRY_CNT |
private boolean |
mIsWorking |
private AuthModel.Listener |
mListener |
private int |
mRetryGetAccessTokenCnt |
| Constructor and Description |
|---|
AuthModel(AuthModel.Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAccessToken(java.lang.String id,
java.lang.String password) |
private final int MAX_RETRY_CNT
private AuthModel.Listener mListener
private int mRetryGetAccessTokenCnt
private boolean mIsWorking
public AuthModel(AuthModel.Listener listener)