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