()
| 8 | static #app_secret = config.get("Event100ms.APP_SECRET"); |
| 9 | #managementToken; |
| 10 | constructor() { |
| 11 | this.#managementToken = this.getManagementToken(true); |
| 12 | } |
| 13 | |
| 14 | // A private method that uses JWT to sign the payload with APP_SECRET |
| 15 | #signPayloadToToken(payload) { |
nothing calls this directly
no test coverage detected