Uses of Class
com.azure.identity.ChainedTokenCredentialBuilder
-
-
Uses of ChainedTokenCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return ChainedTokenCredentialBuilder Modifier and Type Method Description ChainedTokenCredentialBuilderChainedTokenCredentialBuilder. addAll(Collection<? extends com.azure.core.credential.TokenCredential> credentials)Adds all of the credentials in the specified collection at the end of this chain, as if by callingaddLast(TokenCredential)on each one, in the order that they are returned by the collection's iterator.ChainedTokenCredentialBuilderChainedTokenCredentialBuilder. addFirst(com.azure.core.credential.TokenCredential credential)Adds a credential to try to authenticate at the front of the chain.ChainedTokenCredentialBuilderChainedTokenCredentialBuilder. addLast(com.azure.core.credential.TokenCredential credential)Adds a credential to try to authenticate at the last of the chain.
-