| 6 | * User configuration stored in ~/.e2b/config.json |
| 7 | */ |
| 8 | export interface UserIdentity { |
| 9 | email: string |
| 10 | } |
| 11 | |
| 12 | export interface UserOAuth { |
| 13 | token_endpoint: string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…