(identity: Identity)
| 40 | |
| 41 | /** The session cookie header this identity authenticates API calls with. */ |
| 42 | export const cookieOf = (identity: Identity): string => identity.headers?.["cookie"] ?? ""; |
| 43 | |
| 44 | /** |
| 45 | * The identity re-bound so the BROWSER carries the same session the API calls |
no outgoing calls
no test coverage detected