Skip to content

Instantly share code, notes, and snippets.

View thiagotigaz's full-sized avatar
🎯
Focusing

Thiago Lima thiagotigaz

🎯
Focusing
View GitHub Profile
public class AccountAuthenticator extends AbstractAccountAuthenticator {
private final Context context;
@Inject @ClientId String clientId;
@Inject @ClientSecret String clientSecret;
@Inject ApiService apiService;
public AccountAuthenticator(Context context) {
super(context);