MCPcopy
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

authorizeMethod · 0.95
authorizeMethod · 0.95
getUserInfoMethod · 0.95
getAccessTokenMethod · 0.45
getUserInfoMethod · 0.45
authorizeMethod · 0.45
userInfoUrlMethod · 0.45
getAccessTokenMethod · 0.45
getUserInfoMethod · 0.45
authorizeMethod · 0.45
userInfoUrlMethod · 0.45
loginMethod · 0.45

Calls 3

appendIfNotContainMethod · 0.95
isEmptyMethod · 0.80
parseMapToStringMethod · 0.45

Tested by

no test coverage detected