Make ClientCredentialsTokenManagementBuilder.Services a public property. #73
Labels
area/access-token-management
Issues related to Access Token Management
impact/non-breaking
The fix or change will not be a breaking one
Milestone
To enhance the extensibility of this library, consider making
ClientCredentialsTokenManagementBuilder.Services
a public property.There are situations where it is desirable to override a subset of the services configured by
AddClientCredentialsTokenManagement
. In these cases, it would be ideal to support customAddXXX()
extension method toClientCredentialsTokenManagementBuilder
. However, this would require access to the currently privateIServiceCollection
member.This change would be consistent with many other DI builders available in core packages, including:
IHttpClientBuilder.Services
ILoggingBuilder.Services
OptionsBuilder<TOptions>.Services
The text was updated successfully, but these errors were encountered: