T - the type of the credential builderpublic abstract class AadCredentialBuilderBase<T extends AadCredentialBuilderBase<T>> extends CredentialBuilderBase<T>
| Constructor and Description |
|---|
AadCredentialBuilderBase() |
| Modifier and Type | Method and Description |
|---|---|
T |
authorityHost(String authorityHost)
Specifies the Azure Active Directory endpoint to acquire tokens.
|
T |
clientId(String clientId)
Sets the client ID of the application.
|
T |
tenantId(String tenantId)
Sets the tenant ID of the application.
|
maxRetry, proxyOptions, retryTimeoutpublic T authorityHost(String authorityHost)
authorityHost - the Azure Active Directory endpointpublic T clientId(String clientId)
clientId - the client ID of the application.Copyright © 2019 Microsoft Corporation. All rights reserved.