()
| 15 | accessToken = t; |
| 16 | } |
| 17 | export function getAccessToken(): string | null { |
| 18 | return accessToken; |
| 19 | } |
| 20 | |
| 21 | function authHeaders(extra?: HeadersInit): HeadersInit { |
| 22 | return accessToken |
nothing calls this directly
no outgoing calls
no test coverage detected