Created by: dalewking
Description of the PR
See #2396 (closed)
The only authentication scheme that was actually usable on dart was oauth. These changes to allow using ApiKeyAuth and basic authentication. It also takes the step that when the access information is set it isn't in public properties so cannot be simply read.
@ircecho @swipesight @jaumard