Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getUserInfo
Method · 0.80
getUserInfo
Method · 0.80
doPostAuthorizationCode
Method · 0.80
doGetAuthorizationCode
Method · 0.80
doPostUserInfo
Method · 0.80
doGetUserInfo
Method · 0.80
doPostRevoke
Method · 0.80
doGetRevoke
Method · 0.80
getAccessToken
Method · 0.80
getUserInfo
Method · 0.80
refresh
Method · 0.80
getToken
Method · 0.80
Calls
2
check
Method · 0.95
getHttpResponse
Method · 0.80
Tested by
no test coverage detected