OneDrive / onedrive-sdk-dotnet-msa-auth-adapter

Other
26 stars 22 forks source link

Add interface for elements common to both MsaAuthenticationProvider and AdalAuthenticationProvider #12

Open cdmayer opened 7 years ago

cdmayer commented 7 years ago

Add a new interface (like IOneDriveAuthenticationProvider) that describes important elements that used to be on OneDriveClient in V1.2, including:

and implement those interfaces in both auth providers.