Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Ramos-dev/OSSTunnel
/ setAccessKeySecret
Method
setAccessKeySecret
manager/src/main/java/server/Commands.java:96–98 ·
view source on GitHub ↗
(String accessKeySecret)
Source
from the content-addressed store, hash-verified
94
}
95
96
public
static
void
setAccessKeySecret(String accessKeySecret) {
97
Commands.accessKeySecret = accessKeySecret;
98
}
99
100
public
static
String getToken() {
101
return
token;
Callers
1
config
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected