Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/justauth/JustAuth
/ build
Method
build
src/main/java/me/zhyd/oauth/utils/UrlBuilder.java:71–73 ·
view source on GitHub ↗
构造url @return url
()
Source
from the content-addressed store, hash-verified
69
* @
return
url
70
*/
71
public
String build() {
72
return
this.build(false);
73
}
74
75
/**
76
* 构造url
Callers
15
authorize
Method · 0.95
authorize
Method · 0.95
getUserInfo
Method · 0.95
getAccessToken
Method · 0.45
getUserInfo
Method · 0.45
authorize
Method · 0.45
userInfoUrl
Method · 0.45
getAccessToken
Method · 0.45
getUserInfo
Method · 0.45
authorize
Method · 0.45
userInfoUrl
Method · 0.45
login
Method · 0.45
Calls
3
appendIfNotContain
Method · 0.95
isEmpty
Method · 0.80
parseMapToString
Method · 0.45
Tested by
no test coverage detected