Azure.Identity.MsalClientBase<TClient>
protected MsalClientBase()
For mocking purposes only.
protected MsalClientBase(CredentialPipeline pipeline, string tenantId, string clientId, TokenCredentialOptions options)
protected void ApplyTokenRequestCallback<T>(AbstractAcquireTokenParameterBuilder<T> builder) where T : AbstractAcquireTokenParameterBuilder<T>
protected abstract ValueTask<TClient> CreateClientAsync(bool enableCae, bool async, CancellationToken cancellationToken)
protected ValueTask<TClient> GetClientAsync(bool enableCae, bool async, CancellationToken cancellationToken)