Q1: the type is not as restrictive as the name, it implicitly indicates that you are dealing with a group, not with a person, IMHO.
accountType , AccountManager. : "www.google" Google. , accountType, :
private class GetAuthTokenCallback implements AccountManagerCallback<Bundle> {
public void run(AccountManagerFuture<Bundle> result) {
try {
bundle = result.getResult();
String auth_token = bundle.getString(AccountManager.KEY_AUTHTOKEN);
String auth_account_type = bundle.getString(AccountManager.KEY_ACCOUNT_TYPE);
Q2: , :
public void invalidateAuthToken (String accountType, String authToken)
accountType , authToken . authToken, .