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

Method oauth

src/main/java/com/asana/Client.java:308–310  ·  view source on GitHub ↗

@param app OAuth application instance @return Client instance

(OAuthApp app)

Source from the content-addressed store, hash-verified

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

Callers 2

mainMethod · 0.95
handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected