| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/