| Modifier and Type | Method and Description |
|---|---|
ChainedTokenCredentialBuilder |
ChainedTokenCredentialBuilder.addFirst(com.azure.core.credential.TokenCredential credential)
Adds a credential to try to authenticate at the front of the chain.
|
ChainedTokenCredentialBuilder |
ChainedTokenCredentialBuilder.addLast(com.azure.core.credential.TokenCredential credential)
Adds a credential to try to authenticate at the last of the chain.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.