public function __construct(GoogleAppsAuthentication $AuthenticationAuthority) {
     parent::__construct($AuthenticationAuthority);
     $this->oauth_token = $this->AuthenticationAuthority->getToken();
     $this->oauth_token_secret = $this->AuthenticationAuthority->getTokenSecret();
 }