(ctx context.Context, arg UpdateUserLinkParams)
| 1311 | UpdateUserHashedPassword(ctx context.Context, arg UpdateUserHashedPasswordParams) error |
| 1312 | UpdateUserLastSeenAt(ctx context.Context, arg UpdateUserLastSeenAtParams) (User, error) |
| 1313 | UpdateUserLink(ctx context.Context, arg UpdateUserLinkParams) (UserLink, error) |
| 1314 | // Backfills linked_id for legacy user_links that were created before |
| 1315 | // linked_id tracking was added. Only updates when linked_id is empty |
| 1316 | // to avoid overwriting a valid binding. |
no outgoing calls