MCPcopy Index your code
hub / github.com/ccxt/ccxt / jwt

Method jwt

java/lib/src/main/java/io/github/ccxt/Exchange.java:584–586  ·  view source on GitHub ↗
(Object data, Object secret, Object hash, boolean isRsa, Object options2)

Source from the content-addressed store, hash-verified

582 }
583
584 public String jwt(Object data, Object secret, Object hash, boolean isRsa, Object options2) {
585 return Crypto.Jwt(data, secret, hash, isRsa, (Map<String, Object>)options2);
586 }
587
588 public String jwt(Object data, Object secret, Object hash) {
589 return Crypto.Jwt(data, secret, hash, false, new HashMap<String, Object> ());

Callers 5

createAuthTokenMethod · 0.45
signMethod · 0.45
signMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45

Calls 1

JwtMethod · 0.95

Tested by

no test coverage detected