Resets linked_id to '' for OIDC links where the linked_id is non-empty and does not begin with the expected issuer prefix. This allows users to re-authenticate under a new OIDC provider.
(ctx context.Context, expectedPrefix string)
| 1176 | // and does not begin with the expected issuer prefix. This allows users to |
| 1177 | // re-authenticate under a new OIDC provider. |
| 1178 | UnlinkOIDCUsersByIssuerMismatch(ctx context.Context, expectedPrefix string) (int64, error) |
| 1179 | UnpinChatByID(ctx context.Context, id uuid.UUID) error |
| 1180 | UnsetDefaultChatModelConfigs(ctx context.Context) error |
| 1181 | UpdateAIBridgeInterceptionEnded(ctx context.Context, arg UpdateAIBridgeInterceptionEndedParams) (AIBridgeInterception, error) |
no outgoing calls