-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
The service now offers operations that can be used to bootstrap the client library into using the recommended provider and the supported authentication method.
Currently the users of BasicClient need to make those calls themselves and then configure the client object, but there's no reason that functionality cannot be implemented on top of or into BasicClient to limit code duplication.
A design proposal should be made before this can be started.