SyncOrganizations assigns and removed users from organizations based on the provided params.
(ctx context.Context, tx database.Store, user database.User, params OrganizationParams)
| 37 | // SyncOrganizations assigns and removed users from organizations based on the |
| 38 | // provided params. |
| 39 | SyncOrganizations(ctx context.Context, tx database.Store, user database.User, params OrganizationParams) error |
| 40 | |
| 41 | GroupSyncEntitled() bool |
| 42 | // ParseGroupClaims takes claims from an OIDC provider, and returns the params |
no outgoing calls