(token: string | null)
| 1168 | } |
| 1169 | |
| 1170 | export function setSessionIngressToken(token: string | null): void { |
| 1171 | STATE.sessionIngressToken = token |
| 1172 | } |
| 1173 | |
| 1174 | export function getOauthTokenFromFd(): string | null | undefined { |
| 1175 | return STATE.oauthTokenFromFd |
no outgoing calls
no test coverage detected