| Package | Description | 
|---|---|
| com.microsoft.azure.credentials | 
 The package provides 2 credential classes that work with AutoRest
 generated Azure clients for authentication purposes through Azure. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ApplicationTokenCredentials | 
ApplicationTokenCredentials.fromFile(File credentialsFile)
Initializes the credentials based on the provided credentials file. 
 | 
| Constructor and Description | 
|---|
DelegatedTokenCredentials(ApplicationTokenCredentials applicationCredentials,
                         String redirectUrl)
Initializes a new instance of the DelegatedTokenCredentials. 
 | 
DelegatedTokenCredentials(ApplicationTokenCredentials applicationCredentials,
                         String redirectUrl,
                         String authorizationCode)
Initializes a new instance of the DelegatedTokenCredentials, with a pre-acquired oauth2 authorization code. 
 | 
Copyright © 2019. All rights reserved.