convenience method to create a client with your credentials @return an instance of Client
()
| 98 | * @return an instance of Client |
| 99 | */ |
| 100 | private static OAuthApp getApp() { |
| 101 | return new OAuthApp(ASANA_CLIENT_ID, ASANA_CLIENT_SECRET, REDIRECT_URI); |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * convenience method to create a client with your credentials and a 'token' |