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