()
| 70 | } |
| 71 | |
| 72 | export function getTokenHashSecret(): string { |
| 73 | if (tokenHashSecret === undefined) throw new Error(NOT_INITIALIZED) |
| 74 | return tokenHashSecret |
| 75 | } |
| 76 | |
| 77 | export function getExpressSessionSecret(): string { |
| 78 | if (expressSessionSecret === undefined) throw new Error(NOT_INITIALIZED) |
no outgoing calls
no test coverage detected