You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see, the GenericConfig class is intended and used only for strategy configuration objects, not all sorts of configuration objects (like SecretConfig). The GenericConfig name is hence a bit misleading, and I propose to change it to GenericStrategyConfig.
Also, it appears more natural and accurate to change the name of SecretConfig to AuthenticationConfig (since it configures an authentication process, not a secret process).
The text was updated successfully, but these errors were encountered:
As far as I can see, the
GenericConfig
class is intended and used only for strategy configuration objects, not all sorts of configuration objects (likeSecretConfig
). TheGenericConfig
name is hence a bit misleading, and I propose to change it toGenericStrategyConfig
.Also, it appears more natural and accurate to change the name of
SecretConfig
toAuthenticationConfig
(since it configures an authentication process, not a secret process).The text was updated successfully, but these errors were encountered: