This is in continuation to the previous pull request to support an "R connector for ADLS" (https://github.com/Microsoft/AzureSMR/pull/97). Following are the new features, added newer auth types to the existing AzureSMR auth framework:
Added new auth methods ("DeviceCode", "RefreshToken") to the existing AzureAuthenticate.R by introducing "authType" in the old interfaces (default is "ClientCredential").
Added a manual test for "DeviceCode" authType.
Bug fixes.
Code cleanup.
This is in continuation to the previous pull request to support an "R connector for ADLS" (https://github.com/Microsoft/AzureSMR/pull/97). Following are the new features, added newer auth types to the existing AzureSMR auth framework: Added new auth methods ("DeviceCode", "RefreshToken") to the existing AzureAuthenticate.R by introducing "authType" in the old interfaces (default is "ClientCredential"). Added a manual test for "DeviceCode" authType. Bug fixes. Code cleanup.