Interface AuthManager

All Known Implementing Classes:
BusinessAccountAuthManager, PersonalAccountAuthManager

public interface AuthManager
The interface that defines the manager that is responsible for obtaining and refreshing tokens to interact with a OneDrive account. Note: This does not manage the initial stages of the OAUTH request flow and instead relies on a provided auth code or a pre-existing refresh token.