Home | History | Annotate | Download | only in authenticator

Lines Matching defs:authToken

39  * for syncing, we want to use an authtoken instead - so we're not continually
42 * we need to return the appropriate authToken for the specified account. If we
43 * already have an authToken stored in the account, we return that authToken. If
45 * to the sample service to fetch an authToken. If that fails (or we didn't have
92 // If the caller requested an authToken type we don't support, then
101 // the server for an appropriate AuthToken.
105 final String authToken = NetworkUtilities.authenticate(account.name, password);
106 if (!TextUtils.isEmpty(authToken)) {
110 result.putString(AccountManager.KEY_AUTHTOKEN, authToken);
129 // null means we don't support multiple authToken types