public class AuthClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ServiceConnector |
connector |
protected static com.google.gson.Gson |
gson |
protected String |
token |
| Constructor and Description |
|---|
AuthClient(ServiceConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearToken() |
boolean |
isTokenValid(String query) |
UserInfo |
parseUserInfoJson(String json) |
void |
setToken(String token) |
UserInfo |
userInfo() |
protected static final com.google.gson.Gson gson
@Nullable protected String token
protected final ServiceConnector connector
public AuthClient(ServiceConnector connector)
Copyright © 2018. All rights reserved.