MCPcopy Create free account
hub / github.com/Asana/java-asana / getApp

Method getApp

examples/ExampleServer.java:100–102  ·  view source on GitHub ↗

convenience method to create a client with your credentials @return an instance of Client

()

Source from the content-addressed store, hash-verified

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'

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected