Skip to content

Instantly share code, notes, and snippets.

View lalwani's full-sized avatar

Saurabh Lalwani lalwani

View GitHub Profile
public class OAuthAuthenticator {
private OAuthTokenManager oAuthTokenManager;
private boolean isAccessExpired = false;
@VisibleForTesting private boolean shouldLogPresidioEvent = false;
public OAuthAuthenticator(OAuthTokenManager oAuthTokenManager) {
this.oAuthTokenManager = oAuthTokenManager;
}