(identity: Identity)
| 28 | import type { Identity } from "../src/target"; |
| 29 | |
| 30 | const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label; |
| 31 | |
| 32 | /** The org the bearer is scoped to — the Autumn customer id every billing call |
| 33 | * is made against — read from the JWT's public claims. */ |
no outgoing calls
no test coverage detected