171172173174175176177
* New user timeline api query. * * @return the user timeline api query */ public StackAuthApiQuery newStackAuthApiQuery() { return new StackAuthApiQueryImpl(applicationKey); }