public class SharedTokenCacheCredentialBuilder extends AadCredentialBuilderBase<SharedTokenCacheCredentialBuilder>
SharedTokenCacheCredential.SharedTokenCacheCredential| Constructor and Description |
|---|
SharedTokenCacheCredentialBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SharedTokenCacheCredential |
build()
Creates a new
SharedTokenCacheCredentialBuilder with the current configurations. |
SharedTokenCacheCredentialBuilder |
username(String username)
Sets the username for the account.
|
authorityHost, clientId, executorService, tenantIdhttpClient, httpPipeline, maxRetry, proxyOptions, retryTimeoutpublic SharedTokenCacheCredentialBuilder username(String username)
username - The username for the account.public SharedTokenCacheCredential build()
SharedTokenCacheCredentialBuilder with the current configurations.SharedTokenCacheCredentialBuilder with the current configurations.Copyright © 2020 Microsoft Corporation. All rights reserved.