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

Method fromBaseUrl

src/main/java/me/zhyd/oauth/utils/UrlBuilder.java:33–37  ·  view source on GitHub ↗

@param baseUrl 基础路径 @return the new UrlBuilder

(String baseUrl)

Source from the content-addressed store, hash-verified

31 * @return the new {@code UrlBuilder}
32 */
33 public static UrlBuilder fromBaseUrl(String baseUrl) {
34 UrlBuilder builder = new UrlBuilder();
35 builder.setBaseUrl(baseUrl);
36 return builder;
37 }
38
39 /**
40 * 只读的参数Map

Callers 15

testUrlBuilderMethod · 0.95
buildMethod · 0.95
build1Method · 0.95
authorizeMethod · 0.95
userInfoUrlMethod · 0.95
authorizeMethod · 0.95
userInfoUrlMethod · 0.95
authorizeMethod · 0.95
accessTokenUrlMethod · 0.95
refreshTokenUrlMethod · 0.95
userInfoUrlMethod · 0.95
revokeUrlMethod · 0.95

Calls

no outgoing calls

Tested by 3

testUrlBuilderMethod · 0.76
buildMethod · 0.76
build1Method · 0.76