MCPcopy
hub / github.com/justauth/JustAuth / getCode

Method getCode

src/main/java/me/zhyd/oauth/model/AuthCallback.java:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 private String error;
72
73 public String getCode() {
74 return StringUtils.isEmpty(code) ? auth_code : code;
75 }
76}

Callers 15

revokeMethod · 0.80
refreshMethod · 0.80
checkCodeMethod · 0.80
AuthExceptionMethod · 0.80
getAccessTokenMethod · 0.80
getAccessTokenMethod · 0.80
loginMethod · 0.80
responseErrorMethod · 0.80
refreshMethod · 0.80
getAccessTokenMethod · 0.80
refreshMethod · 0.80
getAccessTokenMethod · 0.80

Calls 1

isEmptyMethod · 0.95

Tested by 2

revokeMethod · 0.64
refreshMethod · 0.64