Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getPassword
Method
getPassword
src/main/java/matcher/config/UidConfig.java:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
String getPassword() {
42
return
password;
43
}
44
45
public
String getToken() {
46
if
(user == null || password == null)
return
null;
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected