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

Method isAuthorized

src/main/java/com/asana/OAuthApp.java:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public boolean isAuthorized() {
65 return this.credential != null;
66 }
67
68 public String getAuthorizationUrl(String state) {
69 AuthorizationCodeRequestUrl url = this.flow.newAuthorizationUrl();

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected