| 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 DelegatedTokenCredentials | 
DelegatedTokenCredentials.fromFile(File authFile,
        String redirectUrl)
Creates a new instance of the DelegatedTokenCredentials from an auth file. 
 | 
static DelegatedTokenCredentials | 
DelegatedTokenCredentials.fromFile(File authFile,
        String redirectUrl,
        String authorizationCode)
Creates a new instance of the DelegatedTokenCredentials from an auth file,
 with a pre-acquired oauth2 authorization code. 
 | 
Copyright © 2019. All rights reserved.