Expand description
The connector contract (ADR-0006).
A connector declares what it is and how to reach it. The platform decides when to talk to it. It is deliberately small: scheduling and sync targets arrive in Phase 3, once there is a second connector to validate the shape against (ADR-0009).
Structs§
- Account
Identity - Who a set of credentials belongs to.
- Connector
Descriptor - What a connector is.
- Connector
Registry - The connectors an application was built with.
Enums§
- Auth
Kind - How a connector authenticates.
Traits§
- Connector
- An integration with one external service.