(token: string | null)
| 1152 | } |
| 1153 | |
| 1154 | export function setSessionIngressToken(token: string | null): void { |
| 1155 | STATE.sessionIngressToken = token |
| 1156 | } |
| 1157 | |
| 1158 | export function getOauthTokenFromFd(): string | null | undefined { |
| 1159 | return STATE.oauthTokenFromFd |
no outgoing calls
no test coverage detected