Initialize the authentication system. Configuration can either be specified here,
or by calling AuthClientConfig.set (perhaps from an APP_INITIALIZER factory function).
Note: Should only be used as of Angular 15. This function returns EnvironmentProviders
which ensures it can only be used at the application/environment level and cannot be
added to a component's providers array (this will result in a compile-time error).
Initialize the authentication system. Configuration can either be specified here, or by calling AuthClientConfig.set (perhaps from an APP_INITIALIZER factory function).
Note: Should only be used as of Angular 15. This function returns
EnvironmentProviderswhich ensures it can only be used at the application/environment level and cannot be added to a component's providers array (this will result in a compile-time error).