See: Description
| Class | Description |
|---|---|
| AccessTokenProvider |
Returns an Azure Active Directory token when requested.
|
| AzureADAuthenticator |
This class provides convenience methods to obtain AAD tokens.
|
| AzureADToken |
Object represnting the AAD access token to use when making HTTP requests to Azure Data Lake Storage.
|
| ClientCredsTokenProvider |
Provides tokens based on client credentials
|
| DeviceCodeTokenProvider |
Enables interactive login in non-browser based contexts.
|
| MsiTokenProvider |
Provides tokens based on Azure VM's Managed Service Identity
|
| RefreshTokenBasedTokenProvider |
Provides tokens based on refresh token
|
| RefreshTokenInfo |
Information about the refresh token, and the associated access token
|
| UserPasswordTokenProvider |
Provides tokens based on username and password
|
Copyright © 2019 Microsoft Corporation. All rights reserved.