| 51 | * is forward-compatible (cloud handlers never read roles today). |
| 52 | */ |
| 53 | export class AuthContext extends Context.Service< |
| 54 | AuthContext, |
| 55 | { |
| 56 | readonly accountId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected