@param app OAuth application instance @return Client instance
(OAuthApp app)
| 306 | * @return Client instance |
| 307 | */ |
| 308 | public static Client oauth(OAuthApp app) { |
| 309 | return new Client(new OAuthDispatcher(app)); |
| 310 | } |
| 311 | |
| 312 | /** |
| 313 | * @param app OAuth application instance |