newClient method

Implementation

AutoRefreshingAuthClient newClient() {
  _flow._ensureOpen();
  return _flow._clientFromCredentials(credentials);
}