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

Method getBody

src/main/java/me/zhyd/oauth/utils/HttpUtils.java:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 public String getBody() {
129 return this.check().getHttpResponse().getBody();
130 }
131
132 public SimpleHttpResponse getHttpResponse() {
133 return httpResponse;

Callers 15

getUserInfoMethod · 0.80
getUserInfoMethod · 0.80
doPostUserInfoMethod · 0.80
doGetUserInfoMethod · 0.80
doPostRevokeMethod · 0.80
doGetRevokeMethod · 0.80
getAccessTokenMethod · 0.80
getUserInfoMethod · 0.80
refreshMethod · 0.80
getTokenMethod · 0.80

Calls 2

checkMethod · 0.95
getHttpResponseMethod · 0.80

Tested by

no test coverage detected